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