fix(core): update
This commit is contained in:
@ -78,7 +78,7 @@ export type implementsTag<T, U extends T> = {};
|
||||
|
||||
|
||||
// stream stuff
|
||||
export interface IVirtualStream<T = ArrayBufferLike> {
|
||||
export interface IVirtualStream<T = Uint8Array> {
|
||||
// Properties
|
||||
side: 'requesting' | 'responding';
|
||||
streamId: string;
|
||||
|
Reference in New Issue
Block a user