Type Alias ReportsGetCloudRecordingUsageReportQueryParams

ReportsGetCloudRecordingUsageReportQueryParams: {
    from: string;
    group_id?: string;
    to: string;
}