cleanup code

This commit is contained in:
bangbang93 2018-08-30 10:08:35 +08:00
parent 7e42b04dc0
commit b657f9d930

5
index.d.ts vendored
View File

@ -9,11 +9,6 @@ declare enum EnumStates {
PLAY = 'play',
}
export interface IResponse {
}
export interface IPacketMeta {
name: string
state: EnumStates