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

    Interface PoolDatasetUpdateUserProperty

    interface PoolDatasetUpdateUserProperty {
        key: string;
        remove?: boolean;
        value?: string;
    }
    Index
    key: string
    remove?: boolean
    value?: string