1.0.14
This commit is contained in:
@@ -1,11 +1,14 @@
|
||||
import internal from "stream";
|
||||
import { FileTypeResult } from "file-type/core";
|
||||
|
||||
interface MediaFile {
|
||||
export default interface MediaFile {
|
||||
type?: FileTypeResult | undefined;
|
||||
size?: number;
|
||||
src: string;
|
||||
filename: string;
|
||||
name: string;
|
||||
path: string;
|
||||
thumbnailPath: string;
|
||||
thumbnail: string;
|
||||
thumbnailHeight: number;
|
||||
thumbnailWidth: number;
|
||||
filename: string;
|
||||
}
|
||||
|
||||
export default MediaFile;
|
||||
|
||||
Reference in New Issue
Block a user