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