fix(core): update

This commit is contained in:
2024-02-21 01:57:19 +01:00
parent a49b1813fb
commit 5eb9035dfe
2 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ export interface ITag {
export type implementsTag<T, U extends T> = {};
export interface IStreamRequest extends implementsTR<
ITypedRequest,
ITypedRequest,
IStreamRequest
> {
method: '##VirtualStream##';