fix(core): update

This commit is contained in:
2024-02-21 00:34:24 +01:00
parent f9524a62d7
commit 9175af027b
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ export interface ITypedRequest {
* needed for VirtualStreams
*/
localData?: {
firstTypedrouter: any;
firstTypedrouter?: any;
}
/**