client-app/src/app/core/models/timezone.ts
2025-07-02 22:40:35 -03:00

6 lines
83 B
TypeScript

export interface TimeZone {
name: string;
id: string;
value: string;
}