UNPKG

@hoover-institution/hubspot-lib

Version:

A toolkit for deep integration with HubSpot's Marketing Events API with a plugin-based architecture.

11 lines (9 loc) 380 B
// types/pluginLoader.d.ts /** * Dynamically loads plugins from the SDK or external plugin directories. * Automatically skips plugins already registered inline. * * @param pluginNames - Array of plugin names (e.g. ["MONGO_SYNC", "CUSTOM_1"]) * @returns Promise that resolves when all plugins are loaded */ export function loadPlugins(pluginNames: string[]): Promise<void>;