inogen/app/types/util.type.ts
2025-10-10 19:11:38 +03:30

7 lines
110 B
TypeScript

export interface CalendarDate {
start: string;
end: string;
sinceMonth: string;
untilMonth: string;
}