Skip to content

@loontail/minecraft-kit v0.8.14 / RunVerifyAndRepairDeps

Type alias: RunVerifyAndRepairDeps

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

Dependencies for the standalone runVerifyAndRepair helper.

Type declaration

MemberTypeDescription
cacheMetadataCache-
hostAllowListreadonly string[]Host allow-list forwarded to the repair runner's downloads.
httpHttpClient-
spawnerSpawner-

Source

src/repair/run-with-diagnose.ts:15

MIT License