PluginLoadedMetadataAPI/Interfaces/PluginLoadedMetadataseyfert/lib/client/plugins/types.d.tsSignatureexport interface PluginLoadedMetadata<TKind extends 'commands' | 'components', TItem = unknown>Properties4kindtotalitemspluginMethods0No methods.Propertieskind#kind: TKind;total#total: number;items#items: readonly TItem[];plugin#plugin: { total: number; sources: Readonly<Record<string, number>>;};