PeerTube/shared/models/plugins/client/index.ts

7 lines
281 B
TypeScript
Raw Normal View History

2021-05-11 12:04:47 +02:00
export * from './client-hook.model'
export * from './plugin-client-scope.type'
export * from './plugin-element-placeholder.type'
export * from './register-client-form-field.model'
export * from './register-client-hook.model'
export * from './register-client-settings-script.model'