X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=shared%2Fmodels%2Findex.ts;h=b562e04a33e18bce997e67353a1fc58fc559c261;hb=923ff87da2761fd88a8ca269ac1ef403abb583d2;hp=062533834e11de3e39c95eb311d40e35c2b549b5;hpb=7ad9b9846c44d198a736183fb186c2039f5236b5;p=github%2FChocobozzz%2FPeerTube.git diff --git a/shared/models/index.ts b/shared/models/index.ts index 062533834..b562e04a3 100644 --- a/shared/models/index.ts +++ b/shared/models/index.ts @@ -2,6 +2,7 @@ export * from './activitypub' export * from './actors' export * from './avatars' export * from './blocklist' +export * from './bulk' export * from './redundancy' export * from './users' export * from './videos'