UNPKG

infobip-rtc

Version:

Infobip RTC JavaScript SDK - Infobip WebRTC API Implementation

9 lines (8 loc) 181 B
import { FileFormat } from "./FileFormat"; export interface FileResponse { id: string; name: string; fileFormat: FileFormat; size: number; creationTime: Date; }