@makehq/sdk
    Preparing search index...

    Type Alias CreateScenarioOptions<C>

    Options for creating a scenario.

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

    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

    confirmed?: boolean

    Confirmation in case the scenario uses apps that are not yet installed in the organization