aboutsummaryrefslogblamecommitdiffhomepage
path: root/shared/models/activitypub/objects/cache-file-object.ts
blob: 4b0a3a724dc1d51deaa02a3fc7a755eb579323b6 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                                                    





                                  
                                                         
 
import { ActivityVideoUrlObject, ActivityPlaylistUrlObject } from './common-objects'

export interface CacheFileObject {
  id: string
  type: 'CacheFile',
  object: string
  expires: string
  url: ActivityVideoUrlObject | ActivityPlaylistUrlObject
}