Appearance
@loontail/minecraft-kit / VerifyAndRepairResult
Type Alias: VerifyAndRepairResult
ts
type VerifyAndRepairResult = {
repair: RepairReport | null;
verification: VerificationResult;
};Defined in: src/types/repair.ts:166
Result of kit.repair.verifyAndRepair. verification is always the verification result; repair is the repair report when a fix ran, or null when nothing needed fixing or mode === RepairModes.REPORT.
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
repair | readonly | RepairReport | null | src/types/repair.ts:168 |
verification | readonly | VerificationResult | src/types/repair.ts:167 |