Variable PhoneSelectFieldsSchemaConst
PhoneSelectFieldsSchema: 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,
>,
],
>,
>;
contactId: ZodOptional<ZodCoercedBoolean<unknown>>;
id: ZodOptional<ZodCoercedBoolean<unknown>>;
order: ZodOptional<ZodCoercedBoolean<unknown>>;
phone: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
> = ...