every-plugin
Version:
28 lines (25 loc) • 568 B
text/typescript
export * from "./errors";
export * from "./plugin";
export * from "./runtime";
// Re-export the normalize helper for build configs
export { getNormalizedRemoteName } from "./runtime/services/normalize";
export type {
AnyPlugin,
EveryPlugin,
InitializedPlugin,
LoadedPlugin,
PluginClientType,
PluginConfigInput,
PluginContext,
PluginContract,
PluginInstance,
PluginMetadata,
PluginRegistry,
PluginRouterType,
PluginRuntimeConfig,
PluginSecrets,
PluginVariables,
RegisteredPlugins,
SecretsConfig,
UsePluginResult,
} from "./types";