export default interface ChangeConfigurationRequest { key: string; value: string; }