diff options
author | ilyayudovin <46264063+ilyayudovin@users.noreply.github.com> | 2020-06-12 20:00:50 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-12 20:00:50 +0300 |
commit | 57a2ff3cfa7eae111bb8f46447198586c47425fb (patch) | |
tree | 14c1bda2c6d42b5792cb7bf070b07df316c10825 /src/types.d.ts | |
parent | f0f192e09993eedc2c9596bcdb520a96f5cfacdb (diff) | |
parent | 0d878909fe17311910f2ba13e203bdfa1bc72a1e (diff) | |
download | which-ui-57a2ff3cfa7eae111bb8f46447198586c47425fb.tar.gz |
Merge pull request #27 from ilyayudovin/profileInfo
ProfileInfo integration
Diffstat (limited to 'src/types.d.ts')
-rw-r--r-- | src/types.d.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/types.d.ts b/src/types.d.ts index 9b4d16a..6cf4fdd 100644 --- a/src/types.d.ts +++ b/src/types.d.ts @@ -1,3 +1,7 @@ +export interface User { + name: string; + avatarUrl: string; +} interface ImageData { url: string; votes: number; |