UNPKG

scheunemann-interfaces

Version:
11 lines (10 loc) 244 B
import { EClaudeContentType } from "../enums/content-type.enum"; export interface IClaudeContent { text?: string; type: EClaudeContentType; source?: { type: string; media_type: string; data: string; }; }