export interface OAuthUser {
    id: string;
    email?: string;
    [key: string]: any;
}
