@makehq/sdk
    Preparing search index...

    Type Alias ConnectionWithScopes

    ConnectionWithScopes: Connection & {
        scopes: { account: string; id: string; name?: string }[];
    }

    Extended connection type that includes scope information. Used when retrieving detailed connection information.

    Type declaration

    • scopes: { account: string; id: string; name?: string }[]

      OAuth scopes that the connection has access to