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

    Interface SupportNewTicket

    interface SupportNewTicket {
        debug_attach_error: string | null;
        has_debug: boolean;
        ticket: number | null;
        url: string | null;
    }
    Index
    debug_attach_error: string | null
    has_debug: boolean
    ticket: number | null
    url: string | null