/** * Generated by orval v8.19.0 🍺 * Do not edit manually. * Webitel API * OpenAPI spec version: 24.04.0 */ import type { SearchScreenRecordingsChannel } from './searchScreenRecordingsChannel'; import type { SearchScreenRecordingsType } from './searchScreenRecordingsType'; export type SearchScreenRecordingsParams = { page?: number; size?: number; q?: string; sort?: string; fields?: string[]; id?: string[]; 'uploadedAt.from'?: string; 'uploadedAt.to'?: string; referenceId?: string[]; 'retentionUntil.from'?: string; 'retentionUntil.to'?: string; type?: SearchScreenRecordingsType; channel?: SearchScreenRecordingsChannel; };