interface DownloadLink {
    expireIn: string;
    url: string;
}

Hierarchy (view full)

Properties

Properties

expireIn: string
url: string