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

5 lines
140 B
TypeScript
Raw Normal View History

2019-08-15 09:53:26 +00:00
export * from './user'
export * from './user-notification'
2019-08-20 11:52:49 +00:00
export * from './user-notification-setting'
2019-08-15 09:53:26 +00:00
export * from './user-video-history'