@scormflow/types
v0.0.1
Published
TypeScript types generated from the ScormFlow OpenAPI spec.
Maintainers
Readme
@scormflow/types
TypeScript types generated from the ScormFlow OpenAPI spec.
npm install @scormflow/typesThis package contains type definitions only — no runtime. It is used internally by @scormflow/sdk and is exposed in case you need the raw API types for your own integration.
import type { components, paths } from '@scormflow/types';
type Course = components['schemas']['Course'];Part of the ScormFlow Client monorepo. Backend: scorm-engine.
License
MIT
