UNPKG

loop-modules

Version:

Shared modules for the Loop product suite.

13 lines (11 loc) 261 B
export interface LoopTopic { identity: string; created_by_identity: string; created_by: string; created_at: number; last_modified_at: number; name: string; description: string; rebuttal_count: number; rebuttals: string[]; }