@makehq/sdk
    Preparing search index...

    Type Alias ListConnectionsOptions<C>

    Options for listing connections.

    type ListConnectionsOptions<C extends keyof Connection = never> = {
        cols?: C[] | ["*"];
        scopes?: Record<string, string[]>;
        type?: string[];
    }

    Type Parameters

    • C extends keyof Connection = never

      Keys of the Connection type to include in the response

    Index

    Properties

    Properties

    cols?: C[] | ["*"]

    Specific columns/fields to include in the response

    scopes?: Record<string, string[]>

    Scopes that need to be present on the particular connection type

    type?: string[]

    Filter connections by type