export type EnrollmentInfo = { created?: string | null; started?: string | null; ended?: string | null; active: boolean; };