/** * Generated by orval v8.8.1 🍺 * Do not edit manually. * Veza Backend API * Backend API for Veza platform. * OpenAPI spec version: 1.2.0 */ export interface InternalHandlersCreateCommentRequest { /** * @minLength 1 * @maxLength 5000 */ content: string; parent_id?: string; /** Position in seconds (0 = top-level, no specific time) */ timestamp?: number; }