feat(core): Filter executions by project ID in internal API (#10976)

This commit is contained in:
Iván Ovejero
2024-09-26 13:31:34 +02:00
committed by GitHub
parent 5a99e93f8d
commit 06d749ffa7
3 changed files with 42 additions and 0 deletions

View File

@@ -80,6 +80,7 @@ export namespace ExecutionSummaries {
startedBefore: string;
annotationTags: string[]; // tag IDs
vote: AnnotationVote;
projectId: string;
}>;
type AccessFields = {