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