mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-06-28 06:35:13 +00:00
Remove obsolete TODO
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
export class WSMessage<T> {
|
||||
key: string;
|
||||
trigger?: string;
|
||||
data: T; // TODO: sane annotation
|
||||
data: T;
|
||||
}
|
||||
|
Reference in New Issue
Block a user