Skip to content

Commit 0718c53

Browse files
committed
📚 Add descriptions (#1619)
1 parent 134c7ac commit 0718c53

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/lib/components/Trophies/CompletedTasks.svelte

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
77
import { areAllTasksAccepted } from '$lib/utils/task';
88
9+
/**
10+
* Props for the CompletedTasks component
11+
* @property {TaskResults} taskResults - The current task results
12+
* @property {TaskResults | WorkBookTaskBase[]} allTasks - All available tasks
13+
*/
914
interface Props {
1015
taskResults: TaskResults;
1116
allTasks: TaskResults | WorkBookTaskBase[];

0 commit comments

Comments
 (0)