Interface ConfigurationSectionUpdate

interface ConfigurationSectionUpdate {
    configuration: any;
    section: string;
}

Properties

configuration: any

The updated configuration section.

section: string

The name of the configuration section that has been updated.