Session
Session
A session contains tasks. A user can play a session & will work on those tasks.
interface Session {
id: string
label?: string
topicId: string
userId: string
currentPosition?: number
courseId?: string
dontPopulate?: boolean
published?: boolean
copiedFrom?: string
modifiedAt?: any
visitedAt?: any
}