summaryrefslogtreecommitdiff
path: root/front/src/Authentication/Models.ts
diff options
context:
space:
mode:
Diffstat (limited to 'front/src/Authentication/Models.ts')
-rw-r--r--front/src/Authentication/Models.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/front/src/Authentication/Models.ts b/front/src/Authentication/Models.ts
index 1918b85..8d8c144 100644
--- a/front/src/Authentication/Models.ts
+++ b/front/src/Authentication/Models.ts
@@ -1,4 +1,5 @@
export type User = {
Username: string,
Role: "user" | "editor"
+ status?: string
}