contact-db
    Preparing search index...

    Variable AddressOwnSelectFieldsSchemaConst

    AddressOwnSelectFieldsSchema: ZodObject<
        {
            city: ZodOptional<ZodCoercedBoolean<unknown>>;
            cityId: ZodOptional<ZodCoercedBoolean<unknown>>;
            contact: ZodOptional<ZodCoercedBoolean<unknown>>;
            contactId: ZodOptional<ZodCoercedBoolean<unknown>>;
            id: ZodOptional<ZodCoercedBoolean<unknown>>;
            order: ZodOptional<ZodCoercedBoolean<unknown>>;
            street: ZodOptional<ZodCoercedBoolean<unknown>>;
            zip: ZodOptional<ZodCoercedBoolean<unknown>>;
        },
        $strip,
    > = ...