UNPKG

@accounts/oauth

Version:

6 lines (5 loc) 91 B
export interface OAuthUser { id: string; email?: string; [key: string]: any; }