fix(core): update

This commit is contained in:
2024-02-21 21:01:35 +01:00
parent 715ee43bcc
commit 8ea6db7b7f
2 changed files with 3 additions and 3 deletions

View File

@ -84,11 +84,11 @@ export interface IStreamRequest extends implementsTR<
request: {
streamId: string;
streamChunk: any;
close: boolean;
keepAlive: boolean;
};
response: {
streamId: string;
streamChunk: any;
close: boolean;
keepAlive: boolean;
};
}