4 lines
58 B
TypeScript
Raw Normal View History

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