新增图库
This commit is contained in:
7
src/types/image.d.ts
vendored
Normal file
7
src/types/image.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
export interface ImageInfo {
|
||||
instanceId: string;
|
||||
size?: number;
|
||||
uploadTime?: string;
|
||||
contentType?: string;
|
||||
imageName?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user