/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { SubTimeChild } from './SubTimeChild'; export type TimeChildData = { /** * Display name */ display_name: string; /** * block id */ id: string; /** * block id */ block_id?: string; /** * Total time spent */ total_time?: number; children: Array; };