X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=shared%2Fmodels%2Factivitypub%2Fobjects%2Findex.ts;h=9aa3c462c6c405dcc915a56e2454a0871fc2f6d8;hb=bfbdfc584a4f0cd078fc159b2eb59e872873f592;hp=a6a20e87a01a8572fb64a507707d4d3c46ea6d6e;hpb=2291a412d25bd139398ca9e7a5131d0c1e4ffd7d;p=github%2FChocobozzz%2FPeerTube.git diff --git a/shared/models/activitypub/objects/index.ts b/shared/models/activitypub/objects/index.ts index a6a20e87a..9aa3c462c 100644 --- a/shared/models/activitypub/objects/index.ts +++ b/shared/models/activitypub/objects/index.ts @@ -2,5 +2,9 @@ export * from './abuse-object' export * from './cache-file-object' export * from './common-objects' export * from './dislike-object' +export * from './object.model' +export * from './playlist-element-object' +export * from './playlist-object' +export * from './video-comment-object' export * from './video-torrent-object' -export * from './view-object' +export * from './watch-action-object'