1 2 3 4 5 6 7
export type CompressedVideo = { uri: string mimeType: string size: number // web only, can fall back to uri if missing bytes?: ArrayBuffer }