Type Alias ReportsGetCloudRecordingUsageReportResponse

ReportsGetCloudRecordingUsageReportResponse: { from?: string; to?: string } & {
    cloud_recording_storage?: {
        date?: string;
        free_usage?: string;
        plan_usage?: string;
        usage?: string;
    }[];
}