1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 02:09:37 +02:00
Peertube/shared/models/plugins/index.ts
2021-05-11 13:33:11 +02:00

6 lines
188 B
TypeScript

export * from './client'
export * from './plugin-index'
export * from './server'
export * from './hook-type.enum'
export * from './plugin-package-json.model'
export * from './plugin.type'