fix(core): update
This commit is contained in:
		| @@ -3,6 +3,6 @@ | ||||
|  */ | ||||
| export const commitinfo = { | ||||
|   name: '@api.global/typedrequest-interfaces', | ||||
|   version: '3.0.16', | ||||
|   version: '3.0.17', | ||||
|   description: 'interfaces for making typed requests' | ||||
| } | ||||
|   | ||||
| @@ -82,6 +82,8 @@ export interface IVirtualStream<T = ArrayBufferLike> { | ||||
|   // Properties | ||||
|   side: 'requesting' | 'responding'; | ||||
|   streamId: string; | ||||
|   sendMethod: any; | ||||
|   typedrouter: any; | ||||
|  | ||||
|   // Methods | ||||
|   handleStreamTr(streamTrArg: IStreamRequest): Promise<IStreamRequest>; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user