export interface UserCreate { username: string password: string email: string videoQuota: number }