Add role parameter to user:update (Zulip) (#2336)

*  Add role parameter to user:update

* ✏️ Fix typo issue
This commit is contained in:
Ricardo Espinoza
2021-11-10 18:03:45 -05:00
committed by GitHub
parent 3c6f38d045
commit 1a1bc26ecf
3 changed files with 35 additions and 2 deletions

View File

@@ -8,4 +8,5 @@ export interface IUser {
email?: string;
password?: string;
short_name?: string;
role?: number;
}