1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 18:29:27 +02:00
Peertube/shared/models/users/user-create.model.ts
2017-07-10 19:43:21 +02:00

5 lines
86 B
TypeScript

export interface UserCreate {
username: string
password: string
email: string
}