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