File folder, filename, and data.

interface IFile {
    blob: Blob;
    filename: string;
    folder: string;
}

Properties

Properties

blob: Blob
filename: string
folder: string