@makehq/sdk
    Preparing search index...

    Type Alias GetPublicTemplateOptions<C>

    Options for getting a single public template.

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

    Type Parameters

    • C extends keyof PublicTemplate = never

      Keys of the PublicTemplate type to include in the response

    Index

    Properties

    Properties

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

    Specific columns/fields to include in the response