import { Temporal } from "@js-temporal/polyfill"; export interface TimeLabelDto { id?: string, modified_at?: Temporal.PlainDate, name?: string, color?: string }