Skip to content

@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

PropertyModifierTypeDefined in
sha1readonlystringsrc/types/minecraft.ts:101
sizereadonlynumbersrc/types/minecraft.ts:102
urlreadonlystringsrc/types/minecraft.ts:103

MIT License