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

    Interface ServiceEntry

    interface ServiceEntry {
        enable: boolean;
        id: number;
        pids: number[];
        service: string;
        state: string;
    }
    Index
    enable: boolean
    id: number
    pids: number[]
    service: string
    state: string