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 57546bb commit b1a0039Copy full SHA for b1a0039
src/client/types.ts
@@ -19,7 +19,7 @@ export interface User {
19
activeCourseIds: string[]
20
ownCourses: string[]
21
hasIamAccess?: boolean
22
- lastRestart: any
+ lastRestart: string
23
}
24
25
export type Prompt = {
0 commit comments