完成管理员user-list
This commit is contained in:
10
tone-page-web/lib/types/user.ts
Normal file
10
tone-page-web/lib/types/user.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
export interface User {
|
||||
userId: string;
|
||||
username: string;
|
||||
nickname: string;
|
||||
email?: string;
|
||||
phone?: string;
|
||||
avatar?: string;
|
||||
createdAt: string;
|
||||
updatedAt: string;
|
||||
}
|
||||
Reference in New Issue
Block a user