2025SELab2-project-Dwengo/backend/tests/test-assets/learning-paths/learning-path-example.d.ts
2025-03-11 03:09:12 +00:00

3 lines
76 B
TypeScript

type LearningPathExample = {
createLearningPath: () => LearningPath;
};