feat(core): Filter executions by project ID in internal API (#10976)
This commit is contained in:
@@ -80,6 +80,7 @@ export namespace ExecutionSummaries {
|
||||
startedBefore: string;
|
||||
annotationTags: string[]; // tag IDs
|
||||
vote: AnnotationVote;
|
||||
projectId: string;
|
||||
}>;
|
||||
|
||||
type AccessFields = {
|
||||
|
||||
Reference in New Issue
Block a user