协议数据模拟测试
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import type { ApiResponse } from "../client/types";
|
||||
import proto from "db://assets/Scripts/proto/proto.pb.js";
|
||||
|
||||
export interface IThemeService {
|
||||
// 获取大厅分类列表
|
||||
reqHallTheme(req: proto.cs.ICSHallThemeReq): Promise<ApiResponse<proto.cs.ICSHallThemeRes>>;
|
||||
}
|
||||
Reference in New Issue
Block a user