interface FileData {
    file: Blob;
    global: boolean;
}

Properties

Properties

file: Blob
global: boolean