iobroker.js-controller
Version:
Updated by reinstall.js on 2018-06-11T15:19:56.688Z
12 lines • 436 B
TypeScript
/** The upgrade arguments provided to the constructor of the UpgradeManager */
export interface UpgradeArguments {
/** Version of controller to upgrade too */
version: string;
/** Admin instance which triggered the upgrade */
adminInstance: number;
/** User id the process should run as */
uid: number;
/** Group id the process should run as */
gid: number;
}
//# sourceMappingURL=upgradeManager.d.ts.map