import type { ApiResponse } from "../client/types"; import proto from "db://assets/Scripts/proto/proto.pb.js"; export interface IAuthService { // 登录 login(req: proto.cs.ICSLoginReq): Promise>; // 上报事件 pointEvent(req: proto.cs.ICSPointEventReq): Promise>; }