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 134c7ac commit 0718c53Copy full SHA for 0718c53
src/lib/components/Trophies/CompletedTasks.svelte
@@ -6,6 +6,11 @@
6
7
import { areAllTasksAccepted } from '$lib/utils/task';
8
9
+ /**
10
+ * Props for the CompletedTasks component
11
+ * @property {TaskResults} taskResults - The current task results
12
+ * @property {TaskResults | WorkBookTaskBase[]} allTasks - All available tasks
13
+ */
14
interface Props {
15
taskResults: TaskResults;
16
allTasks: TaskResults | WorkBookTaskBase[];
0 commit comments