contact-db
    Preparing search index...

    Variable IndustryOmitFieldsSchemaConst

    IndustryOmitFieldsSchema: ZodObject<
        {
            description: ZodOptional<ZodCoercedBoolean<unknown>>;
            id: ZodOptional<ZodCoercedBoolean<unknown>>;
            name: ZodOptional<ZodCoercedBoolean<unknown>>;
            slug: ZodOptional<ZodCoercedBoolean<unknown>>;
        },
        $strip,
    > = ...