X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=shared%2Fmodels%2Findex.ts;h=78723d83046223df4a9d21e2a3913a08e71827f2;hb=28dca0a2211524bbf3ad17666c607eb6325763b8;hp=4db1f234efa6cbb038de6ae2a2530d7a2f258379;hpb=8f608a4cb22ab232cfab20665050764b38bac9c7;p=github%2FChocobozzz%2FPeerTube.git diff --git a/shared/models/index.ts b/shared/models/index.ts index 4db1f234e..78723d830 100644 --- a/shared/models/index.ts +++ b/shared/models/index.ts @@ -1,16 +1,17 @@ export * from './activitypub' export * from './actors' -export * from './moderation' -export * from './custom-markup' export * from './bulk' -export * from './redundancy' -export * from './users' -export * from './videos' +export * from './common' +export * from './custom-markup' export * from './feeds' +export * from './http' export * from './joinpeertube' +export * from './moderation' export * from './overviews' export * from './plugins' +export * from './redundancy' export * from './search' export * from './server' -export * from './oauth-client-local.model' -export * from './result-list.model' +export * from './tokens' +export * from './users' +export * from './videos'