mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 18:29:27 +02:00
6 lines
107 B
TypeScript
6 lines
107 B
TypeScript
export interface UserCreate {
|
|
username: string
|
|
password: string
|
|
email: string
|
|
videoQuota: number
|
|
}
|