diff options
author | Eugene Sokolov <eug-vs@keemail.me> | 2020-06-16 20:21:35 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-16 20:21:35 +0300 |
commit | 0e7c2d476225b3e381a86710a3635ab707387499 (patch) | |
tree | 27a9134031b4c90a9c887fbf9d8d2fa0e80a4109 /src/types.d.ts | |
parent | b860685d212200b5a46b7fea066306b851bf6e26 (diff) | |
parent | 5ec0669e6160f025017684a7d48f1d07a1768785 (diff) | |
download | which-ui-0e7c2d476225b3e381a86710a3635ab707387499.tar.gz |
Merge pull request #38 from ilyayudovin/registration
Registration form
Diffstat (limited to 'src/types.d.ts')
-rw-r--r-- | src/types.d.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/types.d.ts b/src/types.d.ts index e84f96c..a62eec8 100644 --- a/src/types.d.ts +++ b/src/types.d.ts @@ -2,7 +2,6 @@ export interface Page { prefix: string; id: string; } - export interface User { name: string; avatarUrl: string; |