@makehq/sdk
    Preparing search index...

    Type Alias ListKeysOptions<C>

    Options for listing keys.

    type ListKeysOptions<C extends keyof Key = never> = {
        cols?: C[];
        teamId?: number;
        typeName?: string;
    }

    Type Parameters

    • C extends keyof Key = never

      Keys of the Key type to include in the response

    Index

    Properties

    cols?: C[]

    Specific columns/fields to include in the response

    teamId?: number

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

    typeName?: string

    Filter keys by type