aboutsummaryrefslogtreecommitdiff
path: root/src/types.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.d.ts')
-rw-r--r--src/types.d.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/types.d.ts b/src/types.d.ts
index fdb9327..a62eec8 100644
--- a/src/types.d.ts
+++ b/src/types.d.ts
@@ -2,9 +2,6 @@ export interface Page {
prefix: string;
id: string;
}
-export interface Authorization {
- authorize: string;
-}
export interface User {
name: string;
avatarUrl: string;