Variable MJContentSourceParamSchemaConst
MJContentSourceParamSchema: ZodObject<
{
__mj_CreatedAt: ZodDate;
__mj_UpdatedAt: ZodDate;
ContentSource: ZodNullable<ZodString>;
ContentSourceID: ZodString;
ContentSourceTypeParamID: ZodString;
ID: ZodString;
Value: ZodString;
},
"strip",
ZodTypeAny,
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
ContentSource?: string;
ContentSourceID?: string;
ContentSourceTypeParamID?: string;
ID?: string;
Value?: string;
},
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
ContentSource?: string;
ContentSourceID?: string;
ContentSourceTypeParamID?: string;
ID?: string;
Value?: string;
},
> = ...
zod schema definition for the entity MJ: Content Source Params