ConfigServerSettingsValidateResult interface

Validation result for config server settings

Properties

details

The detail validation results

isValid

Indicate if the config server settings are valid

Property Details

details

The detail validation results

details?: ConfigServerSettingsErrorRecord[]

Property Value

isValid

Indicate if the config server settings are valid

isValid?: boolean

Property Value

boolean