Variable CityOwnSelectFieldsSchemaConst
CityOwnSelectFieldsSchema: ZodObject<
{
addresses: ZodOptional<ZodCoercedBoolean<unknown>>;
id: ZodOptional<ZodCoercedBoolean<unknown>>;
name: ZodOptional<ZodCoercedBoolean<unknown>>;
state: ZodOptional<ZodCoercedBoolean<unknown>>;
stateId: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
> = ...