Files
18xchat/assets/Scripts/chat18x/network/services/IThemeService.ts
T
2025-08-29 16:40:14 +08:00

8 lines
273 B
TypeScript

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>>;
}