Type Alias DownloadFileResponse

Download information for the file.

type DownloadFileResponse = {
    fileSize: number;
    lastUpdatedAt: string;
    mimeType: string;
    name: string;
    spaceId: string;
    url: string;
}
Index

Properties

fileSize: number

Size of downloaded file.

lastUpdatedAt: string
mimeType: string
name: string
spaceId: string
url: string