@microsoft/windows-admin-center-sdk
Version:
Microsoft - Windows Admin Center Shell
1 lines • 563 B
Source Map (JSON)
{"version":3,"sources":["../../../packages/core/rpc/azure/rpc-azure-response-handler.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,mBAAmB,CAAC;AAE5D;;GAEG;AACH,MAAM,WAAW,uBAAuB;IACpC,OAAO,CAAC,IAAI,EAAE,uBAAuB,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;CACzD","file":"rpc-azure-response-handler.d.ts","sourcesContent":["import { RpcAzureOperationResult } from './rpc-azure-model';\r\n\r\n/**\r\n * Rpc azure response handler interface.\r\n */\r\nexport interface RpcAzureResponseHandler {\r\n handler(data: RpcAzureOperationResult): Promise<void>;\r\n}\r\n"]}