Skip to content

@loontail/minecraft-kit / VerifyAndRepairDeps

Type Alias: VerifyAndRepairDeps

ts
type VerifyAndRepairDeps = {
  cache: MetadataCache;
  hostAllowList?: readonly string[];
  http: HttpClient;
  spawner: Spawner;
};

Defined in: src/repair/verify-and-repair.ts:19

Dependencies for the standalone verifyAndRepair helper.

Properties

PropertyModifierTypeDescriptionDefined in
cachereadonlyMetadataCache-src/repair/verify-and-repair.ts:21
hostAllowList?readonlyreadonly string[]Host allow-list forwarded to the repair runner's downloads.src/repair/verify-and-repair.ts:24
httpreadonlyHttpClient-src/repair/verify-and-repair.ts:20
spawnerreadonlySpawner-src/repair/verify-and-repair.ts:22

MIT License