/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { EnrollmentInfo } from './EnrollmentInfo'; import type { ProgramCompletion } from './ProgramCompletion'; export type ProgramDetail = { program_id: string; name?: string | null; platform?: string | null; enrollment: EnrollmentInfo; completion?: ProgramCompletion | null; };