QuickBase JS SDK v2 - v2.2.2
    Preparing search index...

    Interface GrantedGroupsResult

    interface GrantedGroupsResult {
        groups: { id: string; name: string }[];
    }
    Index

    Properties

    Properties

    groups: { id: string; name: string }[]