Skip to content

@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

NameTypeDefined in
kindVerificationKindsrc/types/verify.ts:92

MIT License