download cert to uyser
This commit is contained in:
@@ -12,15 +12,19 @@ import {
|
||||
type Course = {
|
||||
id: string
|
||||
name: string
|
||||
scormset?: string
|
||||
}
|
||||
|
||||
type Cert = {}
|
||||
|
||||
export type Enrollment = {
|
||||
id: string
|
||||
name: string
|
||||
course: Course
|
||||
status: string
|
||||
progress: string
|
||||
progress: number
|
||||
created_at: string
|
||||
cert?: Cert
|
||||
}
|
||||
|
||||
export const statuses: Record<
|
||||
|
||||
Reference in New Issue
Block a user