UNPKG

@mastra/core

Version:
4 lines 281 B
import type { MastraMessageV1 } from '../../../memory/types.js'; import type { MastraDBMessage } from '../../message-list/index.js'; export declare function convertToV1Messages(messages: Array<MastraDBMessage>): MastraMessageV1[]; //# sourceMappingURL=convert-to-mastra-v1.d.ts.map