Variable MJEnvironmentSchemaConst
MJEnvironmentSchema: ZodObject<
{
__mj_CreatedAt: ZodDate;
__mj_UpdatedAt: ZodDate;
Description: ZodNullable<ZodString>;
ID: ZodString;
IsDefault: ZodBoolean;
Name: ZodString;
Settings: ZodNullable<ZodString>;
},
"strip",
ZodTypeAny,
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
Description?: string;
ID?: string;
IsDefault?: boolean;
Name?: string;
Settings?: string;
},
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
Description?: string;
ID?: string;
IsDefault?: boolean;
Name?: string;
Settings?: string;
},
> = ...
zod schema definition for the entity MJ: Environments