Send back only new files on upload.
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
import internal from "stream";
|
||||
|
||||
interface MediaFile {
|
||||
src: string;
|
||||
thumb: string;
|
||||
thumbnail: string;
|
||||
thumbnailHeight: number;
|
||||
thumbnailWidth: number;
|
||||
}
|
||||
|
||||
export default MediaFile;
|
||||
|
||||
Reference in New Issue
Block a user