@orangecheck/me-client / ValidationResult
Interface: ValidationResult
Defined in: me-client/src/types.ts:195
Result of validating an IntegratorPriceConfig.
Properties
| Property | Type | Defined in |
|---|---|---|
<a id="property-errors"></a> errors | { message: string; subtype?: EventSubtype; }[] | me-client/src/types.ts:197 |
<a id="property-ok"></a> ok | boolean | me-client/src/types.ts:196 |