PeerTube/shared/models/users/registration/index.ts

6 lines
233 B
TypeScript
Raw Normal View History

2023-01-19 08:27:16 +00:00
export * from './user-register.model'
export * from './user-registration-request.model'
export * from './user-registration-state.model'
export * from './user-registration-update-state.model'
export * from './user-registration.model'