]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/activitypub/objects/index.ts
Add event doc to view endpoint
[github/Chocobozzz/PeerTube.git] / shared / models / activitypub / objects / index.ts
index a6a20e87a01a8572fb64a507707d4d3c46ea6d6e..9aa3c462c6c405dcc915a56e2454a0871fc2f6d8 100644 (file)
@@ -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'