[mod] lint:fix
This commit is contained in:
parent
c43b113e5f
commit
725551854f
@ -1,12 +1,12 @@
|
||||
import { ServiceProto } from 'tsrpc-proto';
|
||||
import { ReqLogin, ResLogin } from './account/PtlLogin';
|
||||
import { MsgChat } from './MsgChat';
|
||||
import { MsgExit } from './room/MsgExit';
|
||||
import { MsgGoToGame } from './room/MsgGoToGame';
|
||||
import { ReqCreate, ResCreate } from './room/PtlCreate';
|
||||
import { ReqExit, ResExit } from './room/PtlExit';
|
||||
import { ReqJoin, ResJoin } from './room/PtlJoin';
|
||||
import { ReqList, ResList } from './room/PtlList';
|
||||
import { ServiceProto } from "tsrpc-proto";
|
||||
import { ReqLogin, ResLogin } from "./account/PtlLogin";
|
||||
import { MsgChat } from "./MsgChat";
|
||||
import { MsgExit } from "./room/MsgExit";
|
||||
import { MsgGoToGame } from "./room/MsgGoToGame";
|
||||
import { ReqCreate, ResCreate } from "./room/PtlCreate";
|
||||
import { ReqExit, ResExit } from "./room/PtlExit";
|
||||
import { ReqJoin, ResJoin } from "./room/PtlJoin";
|
||||
import { ReqList, ResList } from "./room/PtlList";
|
||||
|
||||
export interface ServiceType {
|
||||
api: {
|
||||
|
Loading…
Reference in New Issue
Block a user