Type Alias: RuntimeCleanupConfigsContract
type RuntimeCleanupConfigsContract = Record<
RuntimeCleanupConfigName,
RuntimeCleanupPresetConfig
>;
Defined in: plugin.ts:64
Contract for the configs object exported by this plugin.
type RuntimeCleanupConfigsContract = Record<
RuntimeCleanupConfigName,
RuntimeCleanupPresetConfig
>;
Defined in: plugin.ts:64
Contract for the configs object exported by this plugin.