Interface ExportFile

interface ExportFile {
    key: string;
    lastModified: string;
    name: string;
    size: number;
    url: string;
}

Properties

key: string
lastModified: string
name: string
size: number
url: string

Signed link, valid for an hour from the moment it was listed.