/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { TopContent } from './TopContent'; /** * Serializer for platform summary data (cross-platform view). */ export type PlatformSummary = { enrollments: number; programs: number; pathways: number; resources: number; reported_skills: number; desired_skills: number; assigned_skills: number; total_skills: number; credentials: number; points: number; first_activity: string | null; last_activity: string | null; /** * Total time spent */ total_time_spent_seconds: number; /** * Course with most time spent */ top_content: TopContent; };