@truenas/api-client
    Preparing search index...

    Interface AlertCategoryClass

    interface AlertCategoryClass {
        id: string;
        level: string;
        proactive_support: boolean;
        product_types: ("COMMUNITY_EDITION" | "ENTERPRISE")[];
    }
    Index
    id: string
    level: string
    proactive_support: boolean
    product_types: ("COMMUNITY_EDITION" | "ENTERPRISE")[]