/** * Generated by orval v8.8.0 🍺 * Do not edit manually. * OpenAPI spec version: 0.0.0 */ export interface PatchedContactMe { readonly id?: number; /** @maxLength 254 */ client_email?: string; content?: string; readonly sent_at?: Date; }