Appearance
@loontail/minecraft-kit / ArtifactDownload
Type Alias: ArtifactDownload
ts
type ArtifactDownload = {
sha1: string;
size: number;
url: string;
};Defined in: src/types/minecraft.ts:100
A single hash-verified download.
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
sha1 | readonly | string | src/types/minecraft.ts:101 |
size | readonly | number | src/types/minecraft.ts:102 |
url | readonly | string | src/types/minecraft.ts:103 |