diff options
Diffstat (limited to 'shared/models/activitypub/objects/cache-file-object.ts')
-rw-r--r-- | shared/models/activitypub/objects/cache-file-object.ts | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/shared/models/activitypub/objects/cache-file-object.ts b/shared/models/activitypub/objects/cache-file-object.ts deleted file mode 100644 index 19a817582..000000000 --- a/shared/models/activitypub/objects/cache-file-object.ts +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
1 | import { ActivityVideoUrlObject, ActivityPlaylistUrlObject } from './common-objects' | ||
2 | |||
3 | export interface CacheFileObject { | ||
4 | id: string | ||
5 | type: 'CacheFile' | ||
6 | object: string | ||
7 | expires: string | ||
8 | url: ActivityVideoUrlObject | ActivityPlaylistUrlObject | ||
9 | } | ||