1 2 3 4 5
export interface UserUpdate { displayNSFW?: boolean password?: string videoQuota?: number }