import type { TextContent } from './text-content.js'; /** * Representation of the 'ChatMessageContent' schema. */ export type ChatMessageContent = string | TextContent[]; //# sourceMappingURL=chat-message-content.d.ts.map