Skip to content

@loontail/minecraft-kit / RuntimeFilesManifest

Type Alias: RuntimeFilesManifest

ts
type RuntimeFilesManifest = {
  files: Readonly<Record<string, RuntimeFileEntry>>;
};

Defined in: src/types/runtime.ts:72

Inner per-component file manifest. The type of the public InstallPlan.runtimeManifest.

Properties

PropertyModifierTypeDefined in
filesreadonlyReadonly<Record<string, RuntimeFileEntry>>src/types/runtime.ts:73

MIT License