UNPKG

67 BTypeScriptView Raw
1export interface OAuthUser {
2 id: string;
3 email?: string;
4}