aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/users/user-update-me.model.ts
blob: b8423332910edc1f9f148163b9246b74c9f79b58 (plain) (blame)
1
2
3
4
5
6
7
export interface UserUpdateMe {
  description?: string
  displayNSFW?: boolean
  autoPlayVideo?: boolean
  email?: string
  password?: string
}