@makehq/sdk
    Preparing search index...

    Type Alias GetScenarioOptions<C>

    Options for retrieving a scenario.

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

    Type Parameters

    • C extends keyof Scenario = never

      Keys of the Scenario type to include in the response

    Index

    Properties

    Properties

    cols?: C[]

    Specific columns/fields to include in the response