Type Alias ReportsGetOperationLogsReportResponse
ReportsGetOperationLogsReportResponse: {
next_page_token?: string;
page_size?: number;
} & { from?: string; to?: string; total_records?: number } & {
operation_logs?: {
action?: string;
category_type?: string;
operation_detail?: string;
operator?: string;
time?: string;
}[];
}