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