export interface ChangelogDto {
    general: Array<string>;
    application: Array<string>;
}
