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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 {