Skip to content

Commit 209fba2

Browse files
committed
Export RpcEventServer
This type was added recently but never added to the publicly exported types till now.
1 parent 3e899de commit 209fba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/servicebroker-npm/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ export { ServiceActivationOptions } from './ServiceActivationOptions'
1616
export { ServiceBrokerClientMetadata } from './ServiceBrokerClientMetadata'
1717
export { ServiceJsonRpcDescriptor, JsonRpcConnection } from './ServiceJsonRpcDescriptor'
1818
export { ServiceMoniker } from './ServiceMoniker'
19-
export { ServiceRpcDescriptor } from './ServiceRpcDescriptor'
19+
export { ServiceRpcDescriptor, RpcEventServer } from './ServiceRpcDescriptor'
2020
export * from './container'

0 commit comments

Comments
 (0)