1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 09:49:20 +02:00
Peertube/shared/models/users/user-update-me.model.ts

7 lines
144 B
TypeScript

export interface UserUpdateMe {
description?: string
displayNSFW?: boolean
autoPlayVideo?: boolean
email?: string
password?: string
}