@makehq/sdk
    Preparing search index...

    Type Alias ListTeamsOptions<C>

    Options for listing teams.

    type ListTeamsOptions<C extends keyof Team = never> = {
        cols?: C[];
        pg?: Partial<Pagination<Team>>;
    }

    Type Parameters

    • C extends keyof Team = never

      Keys of the Team type to include in the response

    Index

    Properties

    Properties

    cols?: C[]

    Specific columns/fields to include in the response

    pg?: Partial<Pagination<Team>>

    Pagination options