@makehq/sdk
    Preparing search index...

    Type Alias ListPublicTemplatesOptions<C>

    Options for listing public (approved) templates.

    type ListPublicTemplatesOptions<C extends keyof PublicTemplate = never> = {
        cols?: C[] | ["*"];
        includeEn?: boolean;
        name?: string;
        pg?: Partial<Pagination<PublicTemplate>>;
        usedApps?: string[];
    }

    Type Parameters

    • C extends keyof PublicTemplate = never

      Keys of the PublicTemplate type to include in the response

    Index

    Properties

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

    Specific columns/fields to include in the response

    includeEn?: boolean

    Whether to include English-language public templates in results

    name?: string

    Search public templates by name

    pg?: Partial<Pagination<PublicTemplate>>

    Pagination options

    usedApps?: string[]

    Filter public templates by apps used