UNPKG

loop-modules

Version:

Shared modules for the Loop product suite.

20 lines (19 loc) 491 B
export interface LoopAssignment { assignee_identity?: string; assignment_group_users?: string[]; content_count?: number; created_at?: number; created_by_identity?: string; created_by_photo_url?: string; description?: string; due_at?: any; identity?: string; name?: string; notes?: any; objection_count?: number; read?: boolean; scenario_count?: number; sessions?: string[]; is_reviewed?: boolean; is_submitted?: boolean; }