Skip to content

Commit d7c3dbd

Browse files
committed
📦 Chore(custom): change the IImgInfo type
1 parent 847a709 commit d7c3dbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/types/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,11 +263,11 @@ export interface IImgInfo {
263263
extname?: string
264264
imgUrl?: string
265265
mimeType?: string
266+
filePath?: string
266267
[propName: string]: any
267268
}
268269

269270
export interface IPathTransformedImgInfo extends IImgInfo {
270-
filePath?: string
271271
success: boolean
272272
}
273273

0 commit comments

Comments
 (0)