@microsoft/windows-admin-center-sdk
Version:
Microsoft - Windows Admin Center Shell
17 lines (15 loc) • 374 B
JavaScript
/**
* Forward up stream / inbound RPC call name and version.
*/
export class RpcForwardUpKey {
static command = 'Forward';
static version = '0.1.0';
}
/**
* Forward down stream / outbound RPC call name and version.
*/
export class RpcForwardDownKey {
static command = 'Forward';
static version = '0.1.0';
}
//# sourceMappingURL=rpc-forward-model.js.map