Variable ContactOwnSelectFieldsSchemaJsonConst
ContactOwnSelectFieldsSchemaJson: ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
addresses: ZodOptional<ZodCoercedBoolean<unknown>>;
agent: ZodOptional<ZodCoercedBoolean<unknown>>;
agentId: ZodOptional<ZodCoercedBoolean<unknown>>;
emails: ZodOptional<ZodCoercedBoolean<unknown>>;
id: ZodOptional<ZodCoercedBoolean<unknown>>;
order: ZodOptional<ZodCoercedBoolean<unknown>>;
phones: ZodOptional<ZodCoercedBoolean<unknown>>;
type: ZodOptional<ZodCoercedBoolean<unknown>>;
uuid: ZodOptional<ZodCoercedBoolean<unknown>>;
websites: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
>,
> = ...