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