export interface ChangelogEntry {
    component: string;
    content: string;
    issue: string;
    type: string;
}
