getEnrollmentPack in the widget’s uses list before calling it.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Gets one enrollment pack by identifier.
getEnrollmentPack in the widget’s uses list before calling it.
const pack = await getEnrollmentPack({ id: 42 });
const getEnrollmentPack: PortalFunction<PortalEnrollmentPack, GetEnrollmentPackInput>