1 2 3 4 5 6 7 8
import { Temporal } from "@js-temporal/polyfill"; export interface TimeLabelDto { id?: string, modified_at?: Temporal.PlainDate, name?: string, color?: string }