Skip to content

Home > resol-vbus-core-toolbox > ParsedConfig

ParsedConfig interface

The result of the parseConfig function.

Signature:

typescript
export interface ParsedConfig

Properties

Property

Modifiers

Type

Description

configFunction

ConfigFunction

The wrapper function to generate the configuration.

diagnostics?

ts.Diagnostic[]

(Optional) Optionally the diagnostics generated during the TypeScript transpilation.