mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-07-11 23:36:23 +00:00
5 lines
85 B
TypeScript
5 lines
85 B
TypeScript
export class WSMessage<T> {
|
|
anchor: string;
|
|
data: T; // TODO: sane annotation
|
|
}
|