client-app/src/app/core/models/timezone.ts

6 lines
83 B
TypeScript
Raw Normal View History

2025-07-02 22:40:35 -03:00
export interface TimeZone {
name: string;
id: string;
value: string;
}