diff options
author | ilyayudovin <ilyayudovin123@gmail.com> | 2020-06-15 18:41:33 +0300 |
---|---|---|
committer | ilyayudovin <ilyayudovin123@gmail.com> | 2020-06-15 18:41:33 +0300 |
commit | 8b57cdd86145d6e17c651b3646133641e65270e2 (patch) | |
tree | 7a646ef2a3a25a38e0bd16b7ec9c490abcc13925 /src/types.d.ts | |
parent | fa2e3a5c0e8fabaa22587d04a55300d9b94157fe (diff) | |
download | which-ui-8b57cdd86145d6e17c651b3646133641e65270e2.tar.gz |
fix: resolve conflicts
Diffstat (limited to 'src/types.d.ts')
-rw-r--r-- | src/types.d.ts | 4 |
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; |