chore: user apikeys

This commit is contained in:
jialin
2024-06-23 15:15:12 +08:00
parent a03a95a3bc
commit ff1cf01edf
24 changed files with 481 additions and 180 deletions
+2 -1
View File
@@ -8,7 +8,8 @@ export interface ListItem {
}
export interface FormData {
name: string;
username: string;
id?: number;
is_admin: boolean;
full_name: string;
password: string;