UNPKG

@k-msg/provider

Version:

Complete provider system with adapters and implementations for K-Message platform

5 lines (4 loc) 343 B
import type { ProviderOnboardingSpec } from "@k-msg/core"; export declare const providerOnboardingSpecs: Readonly<Record<string, ProviderOnboardingSpec>>; export declare function getProviderOnboardingSpec(providerId: string): ProviderOnboardingSpec | undefined; export declare function listProviderOnboardingSpecs(): ProviderOnboardingSpec[];