mode_edit codeAPI / @angular/commonTimelinktype-alias 试验性的A representation of the time with hours and minutestype Time = { hours: number; minutes: number; };