fix(core): update
This commit is contained in:
parent
b680ab8c23
commit
b34e88123d
@ -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>;
|
||||
|
Loading…
Reference in New Issue
Block a user