UNPKG

@microsoft/windows-admin-center-sdk

Version:

Microsoft - Windows Admin Center Shell

17 lines (15 loc) 349 B
/** * RPC Overlay open command and version. */ export class RpcOverlayOpenKey { static command = 'OverlayOpen'; static version = '0.1.0'; } /** * RPC Overlay open command and version. */ export class RpcOverlayCloseKey { static command = 'OverlayClose'; static version = '0.1.0'; } //# sourceMappingURL=rpc-overlay-model.js.map