export interface ChangelogControllerGetVersionParameter {
    version: string;
    application: string;
}
