add user pagination
This commit is contained in:
@@ -29,6 +29,7 @@ export interface TutorialIn {
|
||||
}
|
||||
|
||||
export interface User {
|
||||
id: number
|
||||
username: string
|
||||
date_joined: Date
|
||||
last_login: Date
|
||||
|
||||
Reference in New Issue
Block a user