export interface ChangelogIndexItem {
  date: string;
  id: string;
  image?: string;
  versionRange: string[];
}
