Appearance
Home > resol-vbus-core-toolbox > ConfigExports
ConfigExports type
The type of the exports
object passed into the module running defineConfig()
.
Signature:
typescript
export type ConfigExports = {
default: Config;
};
References: Config