contact-db
    Preparing search index...

    Variable AgentDistinctFieldsSchemaConst

    AgentDistinctFieldsSchema: ZodArray<
        ZodEnum<
            {
                companyId: "companyId";
                firstName: "firstName";
                gender: "gender";
                id: "id";
                lastName: "lastName";
                middleName: "middleName";
                note: "note";
                preferedName: "preferedName";
                slug: "slug";
                titleId: "titleId";
            },
        >,
    > = ...