We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d86d5e commit 12c4bf4Copy full SHA for 12c4bf4
src/lib/types/contest_task_pair.ts
@@ -0,0 +1,5 @@
1
+import type { ContestTaskPair as ContestTaskPairOrigin } from '@prisma/client';
2
+
3
+export type ContestTaskPair = ContestTaskPairOrigin;
4
5
+export type ContestTaskPairs = ContestTaskPair[];
0 commit comments