Type Alias VideoSDKReportsGetOperationLogsReportQueryParams
VideoSDKReportsGetOperationLogsReportQueryParams: {
category_type?:
| "all"
| "user"
| "user_settings"
| "account"
| "billing"
| "im"
| "recording"
| "phone_contacts"
| "webinar"
| "sub_account"
| "role"
| "zoom_rooms";
from: string;
next_page_token?: string;
page_size?: number;
to: string;
}