export type StreamDownloadFileDTO = { userUuid: string resourceRemoteIdentifier: string startRange: number endRange: number }