UNPKG

loop-modules

Version:

Shared modules for the Loop product suite.

13 lines (12 loc) 265 B
export interface LoopUser { identity: string; first_name: string; last_name: string; title: string; photo_url: string; email?: string; is_coach?: boolean; incomplete_count?: number; session_id?: string; tenant_id?: string; }