Variable PrimaryPhoneOwnSelectFieldsSchemaJsonConst
PrimaryPhoneOwnSelectFieldsSchemaJson: ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
contact: ZodOptional<ZodCoercedBoolean<unknown>>;
contactId: ZodOptional<ZodCoercedBoolean<unknown>>;
id: ZodOptional<ZodCoercedBoolean<unknown>>;
phone: ZodOptional<ZodCoercedBoolean<unknown>>;
phoneId: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
>,
> = ...