/** * Result of calling process() on a {@link ValidationConfig} */ export interface ValidationResult { error: boolean; value?: any; } //# sourceMappingURL=validation-result.interface.d.ts.map