mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-01-15 21:31:56 +00:00
Remove obsolete TODO
This commit is contained in:
parent
138fccbe77
commit
18b93ecaf8
@ -1,5 +1,5 @@
|
|||||||
export class WSMessage<T> {
|
export class WSMessage<T> {
|
||||||
key: string;
|
key: string;
|
||||||
trigger?: string;
|
trigger?: string;
|
||||||
data: T; // TODO: sane annotation
|
data: T;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user