Appearance
@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
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
cache | readonly | MetadataCache | - | src/repair/verify-and-repair.ts:21 |
hostAllowList? | readonly | readonly string[] | Host allow-list forwarded to the repair runner's downloads. | src/repair/verify-and-repair.ts:24 |
http | readonly | HttpClient | - | src/repair/verify-and-repair.ts:20 |
spawner | readonly | Spawner | - | src/repair/verify-and-repair.ts:22 |