mirror of
https://github.com/mgerb/classic-wow-forums
synced 2026-01-12 01:52:49 +00:00
little bit of everything - it's been a long day
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
export interface RepyModel {
|
||||
import { UserModel } from './user';
|
||||
|
||||
export interface ReplyModel {
|
||||
content: string;
|
||||
edited: boolean;
|
||||
id: number;
|
||||
@@ -7,4 +9,5 @@ export interface RepyModel {
|
||||
thread_id: number;
|
||||
updated_at: string;
|
||||
user_id: number;
|
||||
user: UserModel;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user