Interface VtlResolverOptions

Hierarchy

  • VtlResolverOptions

Properties

Properties

dataSource: BaseDataSource

The datasource the VTL resolver targets

variables?: {
    [name: string]: string;
}

string replacements to process on the VTL

Type declaration

  • [name: string]: string

Default

no variable expansions

Generated using TypeDoc