Skip to content

Home > resol-vbus-core-script > ScriptExports

ScriptExports type

The value of module inside the parsed script.

Signature:

typescript
export type ScriptExports = {
    default: ScriptInterface<unknown>;
};

References: ScriptInterface