frontend-tutorial-framework/src/app/wsmessage.ts

5 lines
84 B
TypeScript
Raw Normal View History

export class WSMessage {
anchor: string;
data: any; // TODO: sane annotation
}