summary filter

This commit is contained in:
2025-04-01 23:00:35 +08:00
parent b187bdefdf
commit 9fa61ccf8d
4 changed files with 32 additions and 5 deletions

View File

@@ -57,6 +57,9 @@ export async function getEventsSummary(params: {
startTime?: string;
endTime?: string;
linkId?: string;
teamIds?: string[];
projectIds?: string[];
tagIds?: string[];
}): Promise<EventsSummary> {
const filter = buildFilter(params);