Template interface
export interface Template<T>
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
description? | string | (Optional) | |
options? | { [P in keyof T]: Options<T[P], T>; } | (Optional) |
Methods
Method | Description |
---|---|
generate(options) |
export interface Template<T>
Property | Modifiers | Type | Description |
---|---|---|---|
description? | string | (Optional) | |
options? | { [P in keyof T]: Options<T[P], T>; } | (Optional) |
Method | Description |
---|---|
generate(options) |