add user pagination

This commit is contained in:
2025-03-05 20:50:13 +08:00
parent ea5393242a
commit 838a703023
7 changed files with 89 additions and 10 deletions

View File

@@ -29,6 +29,7 @@ export interface TutorialIn {
}
export interface User {
id: number
username: string
date_joined: Date
last_login: Date