aboutsummaryrefslogtreecommitdiff
path: root/src/app/identity-api.ts
diff options
context:
space:
mode:
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}