interface FileFromServer {
    bytes: number;
    crc32: string;
    expiresAt: null | Date;
    hashId: string;
    md5: string;
    mimeType: null | string;
    name: null | string;
    requestorHashId: string;
    requestorType: string;
    signature: string;
    url: string;
}

Properties

bytes: number
crc32: string
expiresAt: null | Date
hashId: string
md5: string
mimeType: null | string
name: null | string
requestorHashId: string
requestorType: string
signature: string
url: string