Type Alias HTMLGeneratorValuesService
HTMLGeneratorValuesService: { getValues: ((options: HTMLGeneratorOptions) => Promise<Record<string, unknown>>); } Type declaration
getValues: ((options: HTMLGeneratorOptions) => Promise<Record<string, unknown>>)
- (options): Promise<Record<string, unknown>>
Returns Promise<Record<string, unknown>>
An external service that can be used to provide the values the generator will replace in the template.