Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
ec7fa07855 | |||
b34e88123d |
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@api.global/typedrequest-interfaces",
|
||||
"version": "3.0.16",
|
||||
"version": "3.0.17",
|
||||
"private": false,
|
||||
"description": "interfaces for making typed requests",
|
||||
"main": "dist_ts/index.js",
|
||||
|
@ -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