UNPKG

@ginstone/nga-api

Version:

8 lines (7 loc) 203 B
export declare class ReplyLocation { topicId: number | undefined; replyId: number | undefined; forumId: number | undefined; page: number | undefined; constructor(location: string); }