Variable File

    File: {
        prototype: File;
        new (fileBits: BlobPart[], fileName: string, options?: FilePropertyBag): File;
    }