fix(core): update

This commit is contained in:
2023-03-29 16:29:58 +02:00
parent 420d634e83
commit 4e9108f7df
4 changed files with 24 additions and 21 deletions

View File

@@ -113,6 +113,9 @@ export class TypedSocket {
// INSTANCE
public side: TTypedSocketSide;
public typedrouter: plugins.typedrequest.TypedRouter;
public get eventSubject() {
return this.socketServerOrClient.eventSubject;
}
private postMethod: plugins.typedrequest.IPostMethod &
((
typedRequestPostObject: plugins.typedrequestInterfaces.ITypedRequest,