import { FightBase, fightLogOne, FightStart } from "../base"; /** * 请求接口 */ export interface ReqFightTest { } /** * 返回信息 */ export interface ResFightTest extends FightBase { } export const conf = { connet: "ws" }