UNPKG

@mastra/core

Version:

The core foundation of the Mastra framework, providing essential components and interfaces for building AI-powered applications.

5 lines 255 B
import { Integration as BaseIntegration } from './integration'; export declare class Integration<ToolsParams = void, ApiClient = void> extends BaseIntegration<ToolsParams, ApiClient> { constructor(); } //# sourceMappingURL=integration.warning.d.ts.map