UNPKG

@ginstone/nga-api

Version:

6 lines (5 loc) 169 B
import { PageParam } from "./PageParam"; export declare class SearchForumParam extends PageParam { key: string; constructor(key: string, page?: number | "e"); }