fix(core): update

This commit is contained in:
2024-02-24 14:51:08 +01:00
parent b680ab8c23
commit b34e88123d
2 changed files with 3 additions and 1 deletions

View File

@ -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>;