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; }