]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/users/user-create.model.ts
Better typescript typing for a better world
[github/Chocobozzz/PeerTube.git] / shared / models / users / user-create.model.ts
1 export interface UserCreate {
2 username: string
3 password: string
4 email: string
5 }