@camera.ui/sdk / storage / PluginConfig
Type Alias: PluginConfig<T>
PluginConfig<
T> =T
Defined in: storage/index.ts:5
Plugin configuration type. Generic wrapper for typed plugin configuration objects.
Type Parameters
T
T = Record<string, any>