aboutsummaryrefslogtreecommitdiff
path: root/src/types.d.ts
diff options
context:
space:
mode:
authorilyayudovin <46264063+ilyayudovin@users.noreply.github.com>2020-06-12 20:00:50 +0300
committerGitHub <noreply@github.com>2020-06-12 20:00:50 +0300
commit57a2ff3cfa7eae111bb8f46447198586c47425fb (patch)
tree14c1bda2c6d42b5792cb7bf070b07df316c10825 /src/types.d.ts
parentf0f192e09993eedc2c9596bcdb520a96f5cfacdb (diff)
parent0d878909fe17311910f2ba13e203bdfa1bc72a1e (diff)
downloadwhich-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.ts4
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;