c48e82b5e
1 2 3 4 5 6 7 8 9
import { ActivityVideoUrlObject } from './common-objects' export interface CacheFileObject { id: string type: 'CacheFile', object: string expires: string url: ActivityVideoUrlObject }