1
0
Fork 0
peertube/server/types/models/index.ts

8 lines
181 B
TypeScript

export * from './account'
export * from './application'
export * from './moderation'
export * from './oauth'
export * from './server'
export * from './user'
export * from './video'