Interface CompanionUpgradeContext<TConfig>

Additional utilities for Upgrade Scripts

interface CompanionUpgradeContext<TConfig> {
    currentConfig: Readonly<TConfig>;
}

Type Parameters

  • TConfig

Properties

Properties

currentConfig: Readonly<TConfig>

Current configuration of the module. This cannot be changed