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

    Interface SMBShareAclEntryWhoId

    interface SMBShareAclEntryWhoId {
        id: number;
        id_type: "USER" | "GROUP";
    }
    Index
    id: number
    id_type: "USER" | "GROUP"