Variable MJContentSourceTypeParamSchemaConst
MJContentSourceTypeParamSchema: ZodObject<
{
__mj_CreatedAt: ZodDate;
__mj_UpdatedAt: ZodDate;
DefaultValue: ZodNullable<ZodString>;
Description: ZodNullable<ZodString>;
ID: ZodString;
IsRequired: ZodBoolean;
Name: ZodString;
Type: ZodNullable<ZodString>;
},
"strip",
ZodTypeAny,
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
DefaultValue?: string;
Description?: string;
ID?: string;
IsRequired?: boolean;
Name?: string;
Type?: string;
},
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
DefaultValue?: string;
Description?: string;
ID?: string;
IsRequired?: boolean;
Name?: string;
Type?: string;
},
> = ...
zod schema definition for the entity MJ: Content Source Type Params