/** * Generated by orval v8.19.0 🍺 * Do not edit manually. * Webitel API * OpenAPI spec version: 24.04.0 */ /** * Request for generating a call media PDF. */ export interface WebitelMediaExporterPdfServiceCreateCallExportBody { /** Optional: specific file IDs to include in the PDF. */ fileIds?: string[]; /** Start timestamp of the range (Unix millis). */ from?: string; /** End timestamp of the range (Unix millis). */ to?: string; }