4 lines
58 B
TypeScript
Raw Normal View History

2019-11-18 02:04:13 +00:00
export default class ServerEvent {
public data: string
}