We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c257640 commit cd1be45Copy full SHA for cd1be45
src/components/prize/PrizeTile.tsx
@@ -8,7 +8,7 @@ import { useState } from "react";
8
import Confetti from "react-confetti";
9
import { useWindowSize } from "react-use";
10
11
-type PrizeParticipant = {
+export type PrizeParticipant = {
12
userId: string;
13
entries?: number;
14
};
0 commit comments