Appearance
@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
| Member | Type | Description |
|---|---|---|
cache | MetadataCache | - |
hostAllowList | readonly string[] | Host allow-list forwarded to the repair runner's downloads. |
http | HttpClient | - |
spawner | Spawner | - |