export interface User { full_name?: string; id: string; preferred_username: string; tokenSet?: { [key: string]: any; }; }