diff options
author | ilyayudovin <ilyayudovin123@gmail.com> | 2020-06-16 18:52:58 +0300 |
---|---|---|
committer | ilyayudovin <ilyayudovin123@gmail.com> | 2020-06-16 18:52:58 +0300 |
commit | 171af45318b3c27c232fc7d1aee99976dfb3046e (patch) | |
tree | fb0dd6c829a41f06c231f72ed8c830a86950a315 /src/types.d.ts | |
parent | ad91510c6d0a600cb19678e6f3dd64f66656e01a (diff) | |
download | which-ui-171af45318b3c27c232fc7d1aee99976dfb3046e.tar.gz |
replace interface with simple string for authorization
Diffstat (limited to 'src/types.d.ts')
-rw-r--r-- | src/types.d.ts | 3 |
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; |