UNPKG

dmclc

Version:

Dolphin Minecraft Launcher Core

11 lines (10 loc) 232 B
import { MCVersion } from "../../schemas.js"; type InstallerInformation = { filePath: string; path: string; }; export type InstallerProfileOld = { versionInfo: MCVersion; install: InstallerInformation; }; export {};