]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/plugins/client/index.ts
Add ability for plugins to register client routes
[github/Chocobozzz/PeerTube.git] / shared / models / plugins / client / index.ts
1 export * from './client-hook.model'
2 export * from './plugin-client-scope.type'
3 export * from './plugin-element-placeholder.type'
4 export * from './plugin-selector-id.type'
5 export * from './register-client-form-field.model'
6 export * from './register-client-hook.model'
7 export * from './register-client-route.model'
8 export * from './register-client-settings-script.model'