UNPKG

loop-modules

Version:

Shared modules for the Loop product suite.

17 lines (16 loc) 430 B
export interface LoopActivityMessage { identity: string; title: string; description: string; created_by_photo_url?: string; promoted?: boolean; recipient_identity?: string; assignment_identity?: string; assignee_identity?: string; session_identity?: string; scenario_identity?: string; created_at: number; acknowledged_at?: number; archived_at?: number; hiding?: boolean; }