Variable WebsiteIncludeSchemaConst
WebsiteIncludeSchema: ZodObject<
{
contact: ZodOptional<
ZodUnion<
[
ZodCoercedBoolean<unknown>,
ZodObject<
{
distinct: ZodOptional<
ZodArray<
ZodEnum<
{ agentId: ...; id: ...; order: ...; type: ...; uuid: ... },
>,
>,
>;
where: ZodOptional<
ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{ agentId: ...; id: ...; order: ...; type: ...; uuid: ... },
$strip,
>,
>,
>;
},
$strip,
>,
],
>,
>;
},
$strip,
> = ...