UNPKG

loop-modules

Version:

Shared modules for the Loop product suite.

12 lines (11 loc) 263 B
export interface LoopDocumentDetail { identity: string; created_by_identity: string; created_by: string; created_at: number; last_modified_at: number; name: string; description: string; tags: string[]; file_location: string; }