aboutsummaryrefslogtreecommitdiff
path: root/src/app/identity-api.ts
diff options
context:
space:
mode:
authorPhil <phil.buschmann@tum.de>2018-06-04 20:48:54 +0200
committerPhil <phil.buschmann@tum.de>2018-06-04 20:48:54 +0200
commit4e29a546ba125186f43c6a7bd280ae7857ad4131 (patch)
tree1fb64e75666dda167126efbc7eafd20b1bbac6d0 /src/app/identity-api.ts
parent4c01dd54cc3c68ddfd700d586fad000df075506f (diff)
downloadgnunet-webui-4e29a546ba125186f43c6a7bd280ae7857ad4131.tar.gz
gnunet-webui-4e29a546ba125186f43c6a7bd280ae7857ad4131.zip
Updated identity interface
Diffstat (limited to 'src/app/identity-api.ts')
-rw-r--r--src/app/identity-api.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/app/identity-api.ts b/src/app/identity-api.ts
new file mode 100644
index 0000000..f15d41a
--- /dev/null
+++ b/src/app/identity-api.ts
@@ -0,0 +1,5 @@
1export class IdentityAPI{
2 id: string;
3 name: string;
4 type: string;
5}