Classes
Enumerations
Interfaces
TypeAliases

ConfigValidatorResponse

Constructors

new ConfigValidatorResponse(appConfigured: Boolean): ConfigValidatorResponse

1
2
const configValidatorResponse = new ConfigValidatorResponse(
  true
)

Properties

Property NameTypeDescription
appConfiguredBoolean
errorString
resultConfigValidatorData
successBoolean

Methods

Build

build(): ConfigValidatorResult

1
2
const resp = configValidatorResponse.build()

Rate this page: