/** * Generated by orval v8.19.0 🍺 * Do not edit manually. * Webitel API * OpenAPI spec version: 24.04.0 */ /** * Request for generating a screen recording PDF. */ export interface WebitelMediaExporterPdfServiceCreateScreenrecordingExportBody { /** 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; }