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.ts4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/types.d.ts b/src/types.d.ts
index e84f96c..fdb9327 100644
--- a/src/types.d.ts
+++ b/src/types.d.ts
@@ -2,7 +2,9 @@ export interface Page {
prefix: string;
id: string;
}
-
+export interface Authorization {
+ authorize: string;
+}
export interface User {
name: string;
avatarUrl: string;