Type alias GlobalPluginNameInternal

GlobalPluginName: PluginNameFromPlugins<any[]>

Utility type to infer the possible plugin names from the global plugins of a conversation.

This type is used internally to determine the type of the plugin names available in a conversation. It should have no use outside of the library.

Generated using TypeDoc