Appearance
@loontail/minecraft-kit / InstallReport
Type Alias: InstallReport
ts
type InstallReport = {
actionsCompleted: number;
actionsSkipped: number;
bytesDownloaded: number;
durationMs: number;
targetId: string;
};Defined in: src/types/install.ts:194
Outcome summary returned by install.run.