1
0
Fork 0
peertube/server/typings/models/index.d.ts

6 lines
122 B
TypeScript
Raw Normal View History

2019-08-15 05:53:26 -04:00
export * from './account'
2019-08-20 07:52:49 -04:00
export * from './oauth'
2019-08-15 05:53:26 -04:00
export * from './server'
export * from './user'
export * from './video'