interface ICfgSyncEvent {
    cfg?: IConfiguration & IConfig;
    customDetails?: any;
}

Properties

Properties

Identifies config changes are expected to send out to other instances.

customDetails?: any

Identifies additional details that are expected to send out with config changes.