export interface MvnSettingDefinition { id: string; username?: string; password?: string; gpgPassphrase?: string; }