import "./schemas/manifest.js"; import "json-schema"; import "express"; //#region ../shared/src/plugin.d.ts /** Map of endpoint names to their full paths for a plugin */ type PluginEndpointMap = Record; /** Map of plugin names to their endpoint maps */ type PluginEndpoints = Record; /** Map of plugin names to their client-exposed config */ type PluginClientConfigs = Record>; //#endregion export { PluginClientConfigs, PluginEndpointMap, PluginEndpoints }; //# sourceMappingURL=plugin.d.ts.map