Interface MkTemplateOptions<ListParams>

Options to create a new MarloweTemplate.

Type Parameters

  • ListParams extends readonly TemplateParam<any>[]

    An ordered list of the different parameters that conform the marlowe template.

Hierarchy

  • MkTemplateOptions

Properties

Properties

description?: string

An optional description of the template.

name: string

The name of the template.

params: ListParams

The different parameters that conform the template.