fix: code lint warn

This commit is contained in:
xingyu4j
2025-04-24 17:56:02 +08:00
parent e702e4aba0
commit 29aa44c540
12 changed files with 32 additions and 23 deletions

View File

@@ -4,3 +4,5 @@ export enum UploadResultStatus {
SUCCESS = 'success',
UPLOADING = 'uploading',
}
export type UploadListType = 'picture' | 'picture-card' | 'text';