Skip to content

Commit

Permalink
feat: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
andresgutgon committed Sep 19, 2024
1 parent 23ce79f commit 746be45
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
import { Commit, Evaluation } from '../../../browser'

export async function getEvaluationMeanValueQuery({
workspaceId,
evaluation,
documentUuid,
commit,
}: {
workspaceId: number
evaluation: Evaluation
documentUuid: string
commit: Commit
}) {
}
Empty file.

0 comments on commit 746be45

Please sign in to comment.