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

    Interface GrantedDBsForGroupResult

    interface GrantedDBsForGroupResult {
        databases: { dbid: string; name: string }[];
    }
    Index

    Properties

    Properties

    databases: { dbid: string; name: string }[]