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

    Interface SupportNewTicketEnterprise

    interface SupportNewTicketEnterprise {
        attach_debug?: boolean;
        body: string;
        category: string;
        cc?: string[];
        criticality: string;
        email: string;
        environment: string;
        name: string;
        phone: string;
    }
    Index
    attach_debug?: boolean
    body: string
    category: string
    cc?: string[]
    criticality: string
    email: string
    environment: string
    name: string
    phone: string