UNPKG

@getmocha/users-service

Version:

An API client, Hono middleware, and a React provider for the Mocha Users Service

19 lines (18 loc) 441 B
export interface MochaUser { id: string; email: string; google_sub: string; google_user_data: { email: string; email_verified: boolean; family_name?: string | null; given_name?: string | null; hd?: string | null; name?: string | null; picture?: string | null; sub: string; }; last_signed_in_at: string; created_at: string; updated_at: string; }