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