PeerTube/server/typings/models/user/index.ts

5 lines
140 B
TypeScript
Raw Normal View History

2019-08-15 04:53:26 -05:00
export * from './user'
export * from './user-notification'
2019-08-20 06:52:49 -05:00
export * from './user-notification-setting'
2019-08-15 04:53:26 -05:00
export * from './user-video-history'