Home > @activeviam/activeui-sdk > PluginDescriptionWithType
PluginDescriptionWithType type
A PluginDescription with an additional type
property.
Signature:
export declare type PluginDescriptionWithType = PluginDescription & {
type: PluginType;
};