import type * as Pinnacle from "../index.js"; export interface ValidationResults { /** List of validation errors, if any. */ errors: Pinnacle.ValidationErrorDetails[]; /** Whether the brand data is valid. */ isValid: boolean; }