Variable WebsiteOmitFieldsSchemaJsonConst
WebsiteOmitFieldsSchemaJson: ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
contactId: ZodOptional<ZodCoercedBoolean<unknown>>;
id: ZodOptional<ZodCoercedBoolean<unknown>>;
order: ZodOptional<ZodCoercedBoolean<unknown>>;
url: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
>,
> = ...