@makehq/sdk
    Preparing search index...

    Type Alias GetTemplateOptions<C>

    Options for getting a single template.

    type GetTemplateOptions<C extends keyof Template = never> = {
        cols?: C[] | ["*"];
    }

    Type Parameters

    • C extends keyof Template = never

      Keys of the Template type to include in the response

    Index

    Properties

    Properties

    cols?: C[] | ["*"]

    Specific columns/fields to include in the response