Add 'trigger' attribute to WSMessage
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
export class WSMessage<T> {
|
||||
key: string;
|
||||
trigger?: string;
|
||||
data: T; // TODO: sane annotation
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user