UNPKG

loop-modules

Version:

Shared modules for the Loop product suite.

13 lines (11 loc) 270 B
export interface LoopDocument { identity: string; created_by_identity: string; created_by: string; created_at: number; last_modified_at: number; name: string; description: string; thumbnail_location: string; file_location: string; }