/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * Includes metadata+ */ export type PathwayEnrollmentPlus = { user_id?: number; username?: string; pathway_id?: string; pathway_uuid?: string; platform_key?: string; org?: string; name?: string; slug?: string; /** * Date when enrollment began/activated */ created?: string | null; /** * Date when enrollment ended/deactivated */ readonly ended: string | null; /** * Whether the enrollment is active */ active?: boolean; metadata?: any; };