Skip to content

@loontail/minecraft-kit / DownloadCategory

Type Alias: DownloadCategory

ts
type DownloadCategory = typeof DownloadCategories[keyof typeof DownloadCategories];

Defined in: src/types/install.ts:69

Download category literal — drives runInstall phase boundaries.

MIT License