download cert to uyser

This commit is contained in:
2025-12-01 14:49:54 -03:00
parent 8d312893fa
commit f3e3d9f8c2
9 changed files with 218 additions and 112 deletions

View File

@@ -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<