UNPKG

@microsoft/windows-admin-center-sdk

Version:

Microsoft - Windows Admin Center Shell

17 lines (15 loc) 379 B
/** * Electron request RPC call name and version. */ export class RpcElectronRequestKey { static command = 'ElectronRequest'; static version = '0.1.0'; } /** * Electron response RPC call name and version. */ export class RpcElectronResponseKey { static command = 'ElectronResponse'; static version = '0.1.0'; } //# sourceMappingURL=rpc-electron-model.js.map