Appearance
@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
| Property | Modifier | Type | Defined in |
|---|---|---|---|
files | readonly | Readonly<Record<string, RuntimeFileEntry>> | src/types/runtime.ts:73 |