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

    Interface PoolDatasetSetQuota

    interface PoolDatasetSetQuota {
        id: string;
        quota_type: "USER" | "GROUP" | "DATASET" | "USEROBJ" | "GROUPOBJ";
        quota_value: number | null;
    }
    Index
    id: string
    quota_type: "USER" | "GROUP" | "DATASET" | "USEROBJ" | "GROUPOBJ"
    quota_value: number | null