Type Alias RecordingsGetCallRecordingsQueryParams

RecordingsGetCallRecordingsQueryParams: {
    from?: string;
    group_id?: string;
    next_page_token?: string;
    owner_type?: string;
    page_size?: number;
    query_date_type?: string;
    recording_type?: string;
    site_id?: string;
    to?: string;
}