inogen/app/types/util.type.ts
2025-10-14 16:39:29 +03:30

7 lines
114 B
TypeScript

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