export default interface ChangeConfigurationResponse {
    status: 'Accepted' | 'Rejected' | 'RebootRequired' | 'NotSupported';
}
