UNPKG

loop-modules

Version:

Shared modules for the Loop product suite.

13 lines (12 loc) 290 B
export interface LoopScenario { identity: string; created_by_identity: string; created_by: string; created_at: number; last_modified_at: number; name: string; content_count: number; objection_count: number; objections: string[]; content: string[]; }