mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-20 11:48:31 -06:00
5 lines
71 B
TypeScript
5 lines
71 B
TypeScript
export interface UserUpdate {
|
|
email?: string
|
|
videoQuota?: number
|
|
}
|