/** Standard error shape returned by validation functions */
export interface BlueprintError {
  message: string
  type: string
}
