@makehq/sdk
    Preparing search index...

    Type Alias GetTeamOptions<C>

    Options for retrieving a team.

    type GetTeamOptions<C extends keyof Team = never> = {
        cols?: C[];
    }

    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