fix: members list endpoint authorization (#2571)

* fix: members list endpoint authorization

* chore: update user types
This commit is contained in:
Aaryan Khandelwal
2023-10-31 13:11:13 +05:30
committed by GitHub
parent 49fd4427c8
commit 705b33377c
3 changed files with 7 additions and 13 deletions

View File

@@ -64,7 +64,7 @@ export interface IUserLite {
}
export interface IUserMemberLite extends IUserLite {
email: string;
email?: string;
}
export interface IUserActivity {