mirror of
https://github.com/mgerb/classic-wow-forums
synced 2026-01-11 09:32:51 +00:00
client - thread page pagination done
This commit is contained in:
@@ -4,6 +4,7 @@ export interface ReplyModel {
|
||||
content: string;
|
||||
edited: boolean;
|
||||
id: number;
|
||||
index?: number;
|
||||
inserted_at: string;
|
||||
quote_id: number;
|
||||
thread_id: number;
|
||||
|
||||
Reference in New Issue
Block a user