aboutsummaryrefslogtreecommitdiffstats
path: root/apps/kit/src/lib/models/TimeLabelDto.ts
blob: 7183bcfffdc7bb03b8237f311c3ff25172a7a93a (plain) (blame)
1
2
3
4
5
6
7
8
import { Temporal } from "temporal-polyfill";

export interface TimeLabelDto {
    id?: string,
    modified_at?: Temporal.PlainDate,
    name?: string,
    color?: string
}