/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type TimeDetailChild = { /** * Average time spent */ average_time: number; /** * Subsection Display name */ display_name: string; /** * Subsection HTML id */ id: string; /** * Subsection block id */ block_id: string; /** * Total time spent */ total_time?: number; /** * Total users who accessed the subsection */ total_users?: number; };