@orangecheck/me-client / ValidationResult
Interface: ValidationResult
Defined in: me-client/src/types.ts:137
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:139 |
<a id="property-ok"></a> ok | boolean | me-client/src/types.ts:138 |