refactor: update scroll modal

This commit is contained in:
jialin
2025-09-16 11:26:17 +08:00
parent 29b74f85c5
commit 55b0a20a4a
17 changed files with 340 additions and 163 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
export interface FormData {
export interface CredentialFormData {
name: string;
provider: string;
access_key: string;
@@ -7,7 +7,7 @@ export interface FormData {
id?: number;
}
export interface ListItem {
export interface CredentialListItem {
id: number;
name: string;
provider: string;