Variable MJAPIApplicationSchemaConst
MJAPIApplicationSchema: ZodObject<
{
__mj_CreatedAt: ZodDate;
__mj_UpdatedAt: ZodDate;
Description: ZodNullable<ZodString>;
ID: ZodString;
IsActive: ZodBoolean;
Name: ZodString;
},
"strip",
ZodTypeAny,
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
Description?: string;
ID?: string;
IsActive?: boolean;
Name?: string;
},
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
Description?: string;
ID?: string;
IsActive?: boolean;
Name?: string;
},
> = ...
zod schema definition for the entity MJ: API Applications