Interface FileDownloadData

interface FileDownloadData {
    uris: string[];
}

Properties

Properties

uris: string[]