export interface User { Username: string; Name?: string; Email: string; readonly TermsAccepted?: string; Country?: string; Region?: string; readonly SCAdmin?: boolean; readonly Verified?: boolean; }