Skip to content

Commit b1a0039

Browse files
committed
Change type of lastRestart to string
1 parent 57546bb commit b1a0039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export interface User {
1919
activeCourseIds: string[]
2020
ownCourses: string[]
2121
hasIamAccess?: boolean
22-
lastRestart: any
22+
lastRestart: string
2323
}
2424

2525
export type Prompt = {

0 commit comments

Comments
 (0)