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