@idoa/dev-doctor-types
v0.1.0
Published
Shared contracts and standardized types for chain-dev-doctor.
Readme
@idoa/dev-doctor-types
Shared TypeScript contracts for checks, results, pipeline reports, and adapter integration.
Highlights
- standardized severity and status models
- check/pipeline type contracts
- adapter interface for chain-specific repositories
Usage
import type { DiagnosticCheck, Severity } from '@idoa/dev-doctor-types';