aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/src/app/user/user-info.ts
diff options
context:
space:
mode:
Diffstat (limited to 'Timeline/ClientApp/src/app/user/user-info.ts')
-rw-r--r--Timeline/ClientApp/src/app/user/user-info.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/Timeline/ClientApp/src/app/user/user-info.ts b/Timeline/ClientApp/src/app/user/user-info.ts
new file mode 100644
index 00000000..490b00ba
--- /dev/null
+++ b/Timeline/ClientApp/src/app/user/user-info.ts
@@ -0,0 +1,4 @@
+export interface UserInfo {
+ username: string;
+ roles: string[];
+}