summaryrefslogtreecommitdiffstats
path: root/ui/src/interfaces.ts
diff options
context:
space:
mode:
Diffstat (limited to 'ui/src/interfaces.ts')
-rw-r--r--ui/src/interfaces.ts20
1 files changed, 10 insertions, 10 deletions
diff --git a/ui/src/interfaces.ts b/ui/src/interfaces.ts
index 50cf2c71..717595d7 100644
--- a/ui/src/interfaces.ts
+++ b/ui/src/interfaces.ts
@@ -222,16 +222,16 @@ export interface GetModlogResponse {
}
export interface ModRemovePost {
- id: number;
- mod_user_id: number;
- post_id: number;
- reason?: string;
- removed?: boolean;
- when_: string
- mod_user_name: string;
- post_name: string;
- community_id: number;
- community_name: string;
+ id: number;
+ mod_user_id: number;
+ post_id: number;
+ reason?: string;
+ removed?: boolean;
+ when_: string
+ mod_user_name: string;
+ post_name: string;
+ community_id: number;
+ community_name: string;
}
export interface ModLockPost {