1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 02:39:33 +02:00
Peertube/shared/models/users/user-update.model.ts
2017-07-10 19:43:21 +02:00

4 lines
76 B
TypeScript

export interface UserUpdate {
displayNSFW?: boolean
password?: string
}