UNPKG

@ginstone/nga-api

Version:

11 lines (10 loc) 261 B
import { ForumType } from "../../enums/ForumType"; export declare class TopicMiscVar { readonly entrance?: ForumType; readonly forumId?: number; constructor(raw: TopicMiscVarRaw); } export interface TopicMiscVarRaw { 1: number; 3: number; }