Type Alias: ImmutableConfigsContract
type ImmutableConfigsContract = Record<
ImmutableConfigName,
ImmutablePresetConfig
>;
Defined in: plugin.ts:42
Contract for the configs object exported by this plugin.
type ImmutableConfigsContract = Record<
ImmutableConfigName,
ImmutablePresetConfig
>;
Defined in: plugin.ts:42
Contract for the configs object exported by this plugin.