summaryrefslogtreecommitdiffstats
path: root/ui/src/interfaces.ts
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2019-07-13 14:14:59 -0700
committerDessalines <tyhou13@gmx.com>2019-07-13 14:14:59 -0700
commit026af39053fcf1703628fdee64b9518ea401a19f (patch)
treee863547382ec70e1fb266ef34dd84ff84ee88fe0 /ui/src/interfaces.ts
parent6280c99862bf3c25bfed10c8c974bfba95859556 (diff)
Formatting fixes.
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 {