added total to UserCollection
This commit is contained in:
@@ -106,6 +106,7 @@ export interface UserResponse {
|
||||
|
||||
export interface UserCollection {
|
||||
users: Array<User>;
|
||||
total: number;
|
||||
}
|
||||
|
||||
export interface LoginResponse {
|
||||
|
||||
Reference in New Issue
Block a user