Type Alias: RuntimeCleanupConfigs
type RuntimeCleanupConfigs = typeof runtimeCleanupConfigs;
Defined in: plugin.ts:344
Runtime type for the plugin's generated config presets.
Remarksโ
Mirrors plugin.configs and is useful when composing typed preset-aware
tooling in external integrations.