Type Alias: RuntimeCleanupConfigMetadata
type RuntimeCleanupConfigMetadata = Readonly<{
icon: string;
presetName: `runtime-cleanup:${RuntimeCleanupConfigName}`;
readmeOrder: number;
requiresTypeChecking: boolean;
}>;
Defined in: _internal/runtime-cleanup-config-references.ts:21
Metadata contract shared across preset wiring, docs, and README rendering.