Skip to content

@loontail/minecraft-kit / RepairPhase

Type Alias: RepairPhase

ts
type RepairPhase = typeof RepairPhases[keyof typeof RepairPhases];

Defined in: src/types/repair.ts:27

Repair phase literal.

MIT License