@makehq/sdk
    Preparing search index...

    Type Alias ListConnectionsOptions<C>

    Options for listing connections.

    type ListConnectionsOptions<C extends keyof Connection = never> = {
        cols?: C[];
        pg?: Partial<Pagination<Connection>>;
        teamId?: number;
        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

    pg?: Partial<Pagination<Connection>>

    Pagination options

    teamId?: number

    Team ID to filter connections by (can override the main parameter)

    type?: string[]

    Filter connections by type