UNPKG

@ginstone/nga-api

Version:

12 lines (11 loc) 377 B
import { SearchForumParam } from "../params/ForumParams"; import { NgaClient } from "../client/NgaClient"; import { ForumInfo } from "../response/ForumInfo"; export declare class ForumApi { /** * 搜索版面 * @param client 客户端 * @param params 参数 */ static search: (client: NgaClient, params: SearchForumParam) => Promise<ForumInfo[]>; }