Variable PhoneOwnSelectFieldsSchemaConst
PhoneOwnSelectFieldsSchema: ZodObject<
{
contact: ZodOptional<ZodCoercedBoolean<unknown>>;
contactId: ZodOptional<ZodCoercedBoolean<unknown>>;
id: ZodOptional<ZodCoercedBoolean<unknown>>;
phone: ZodOptional<ZodCoercedBoolean<unknown>>;
primary: ZodOptional<ZodCoercedBoolean<unknown>>;
type: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
> = ...