Variable AddressOmitFieldsSchemaJsonConst
AddressOmitFieldsSchemaJson: ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
city: ZodOptional<ZodCoercedBoolean<unknown>>;
contactId: ZodOptional<ZodCoercedBoolean<unknown>>;
id: ZodOptional<ZodCoercedBoolean<unknown>>;
stateId: ZodOptional<ZodCoercedBoolean<unknown>>;
street: ZodOptional<ZodCoercedBoolean<unknown>>;
type: ZodOptional<ZodCoercedBoolean<unknown>>;
zip: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
>,
> = ...