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

5 lines
140 B
TypeScript
Raw Normal View History

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