Appearance
@loontail/minecraft-kit / TargetReadinessIssue
Type Alias: TargetReadinessIssue
ts
type TargetReadinessIssue = VerificationFileResult & {
kind: VerificationKind;
};Defined in: src/types/verify.ts:91
A verification issue annotated with the aspect that produced it.
Type Declaration
| Name | Type | Defined in |
|---|---|---|
kind | VerificationKind | src/types/verify.ts:92 |