mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-01-16 17:01:55 +00:00
5 lines
84 B
TypeScript
5 lines
84 B
TypeScript
|
export class WSMessage {
|
||
|
anchor: string;
|
||
|
data: any; // TODO: sane annotation
|
||
|
}
|