import { Temporal } from "temporal-polyfill"; export interface TimeCategoryDto { selected?: boolean; id?: string, modified_at?: Temporal.PlainDate, name?: string, color?: string }