Skip to content

DoctorCheck

Defined in: wp-typia-project-tools/src/runtime/cli-doctor.ts:14

One doctor check rendered by the CLI diagnostics flow.

optional code?: string

Defined in: wp-typia-project-tools/src/runtime/cli-doctor.ts:16

Stable machine-readable diagnostic id for structured integrations.


detail: string

Defined in: wp-typia-project-tools/src/runtime/cli-doctor.ts:18

Human-readable status detail rendered next to the label.


label: string

Defined in: wp-typia-project-tools/src/runtime/cli-doctor.ts:20

Short label for the dependency, directory, or template check.


status: "pass" | "fail" | "warn"

Defined in: wp-typia-project-tools/src/runtime/cli-doctor.ts:22

Final pass/fail/warn status for this diagnostic row.