Variable PrimaryAddressOwnSelectFieldsSchemaConst
PrimaryAddressOwnSelectFieldsSchema: ZodObject<
{
address: ZodOptional<ZodCoercedBoolean<unknown>>;
addressId: ZodOptional<ZodCoercedBoolean<unknown>>;
contact: ZodOptional<ZodCoercedBoolean<unknown>>;
contactId: ZodOptional<ZodCoercedBoolean<unknown>>;
id: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
> = ...