frontend-tutorial-framework/src/app/wsmessage.ts
2018-01-11 16:08:41 +01:00

5 lines
85 B
TypeScript

export class WSMessage<T> {
anchor: string;
data: T; // TODO: sane annotation
}