UNPKG

@mastra/core

Version:

Mastra is the Typescript framework for building AI agents and assistants. It’s used by some of the largest companies in the world to build internal AI automation tooling and customer-facing agents.

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