UNPKG

@mastra/core

Version:

Mastra is a framework for building AI-powered applications and agents with a modern TypeScript stack.

3 lines 228 B
import type { AIV4Type, AIV5Type } from '../../types.js'; export declare function hasAIV5UIMessageCharacteristics(msg: AIV5Type.UIMessage | AIV4Type.UIMessage): msg is AIV5Type.UIMessage; //# sourceMappingURL=ui-message.d.ts.map