export interface Content { id: string; version: string; links: { download: string; details: string; }; }