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

    Interface SystemDatasetEntry

    interface SystemDatasetEntry {
        basename: string;
        id: number;
        path: string | null;
        pool: string;
        pool_set: boolean;
        uuid: string;
    }
    Index
    basename: string
    id: number
    path: string | null
    pool: string
    pool_set: boolean
    uuid: string