Interface: CoursePackage
Defined in: types.ts:68
The unified course-package VO. Every packager consumes this shape.
Properties
distDir
readonlydistDir:string
Defined in: types.ts:75
Absolute path to the Astro build directory (usually apps/docs/dist).
Packagers read files from here when building the zip.
lessons
readonlylessons: readonlyLesson[]
Defined in: types.ts:70
metadata
readonlymetadata:CourseMetadata
Defined in: types.ts:69