mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-06 03:50:26 +02:00
Reorganize client shared modules
This commit is contained in:
parent
0c4bacbff5
commit
67ed6552b8
510 changed files with 2321 additions and 2251 deletions
24
shared/models/plugins/index.ts
Normal file
24
shared/models/plugins/index.ts
Normal file
|
@ -0,0 +1,24 @@
|
|||
export * from './client-hook.model'
|
||||
export * from './hook-type.enum'
|
||||
export * from './install-plugin.model'
|
||||
export * from './manage-plugin.model'
|
||||
export * from './peertube-plugin-index-list.model'
|
||||
export * from './peertube-plugin-index.model'
|
||||
export * from './peertube-plugin-latest-version.model'
|
||||
export * from './peertube-plugin.model'
|
||||
export * from './plugin-client-scope.type'
|
||||
export * from './plugin-package-json.model'
|
||||
export * from './plugin-playlist-privacy-manager.model'
|
||||
export * from './plugin-settings-manager.model'
|
||||
export * from './plugin-storage-manager.model'
|
||||
export * from './plugin-translation.model'
|
||||
export * from './plugin-video-category-manager.model'
|
||||
export * from './plugin-video-language-manager.model'
|
||||
export * from './plugin-video-licence-manager.model'
|
||||
export * from './plugin-video-privacy-manager.model'
|
||||
export * from './plugin.type'
|
||||
export * from './public-server.setting'
|
||||
export * from './register-client-hook.model'
|
||||
export * from './register-server-hook.model'
|
||||
export * from './register-server-setting.model'
|
||||
export * from './server-hook.model'
|
Loading…
Add table
Add a link
Reference in a new issue