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

    Interface PoolAttachment

    interface PoolAttachment {
        attachments: string[];
        service: string | null;
        type: string;
    }
    Index
    attachments: string[]
    service: string | null
    type: string