Skip to content

Commit 6659e9f

Browse files
added flowState to the courseData type
1 parent 4156d1a commit 6659e9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/common/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ export type CourseData = {
102102
groupIds: string[]
103103
unitIds: string[]
104104
credits: Record<string, number>[]
105+
flowState: string | null
105106
}
106107

107108
export type CourseRealization = {

0 commit comments

Comments
 (0)