| 300 | } |
| 301 | |
| 302 | export interface TimezoneMeta { |
| 303 | change?: { start: string; back: string } |
| 304 | current: { offset: number; isDST: boolean } |
| 305 | default_offset: number |
| 306 | display: string |
| 307 | hasDst: boolean |
| 308 | hemisphere: string |
| 309 | name: string |
| 310 | } |
| 311 | |
| 312 | export interface Progress { |
| 313 | /** Progress of value from 0-1 */ |
nothing calls this directly
no outgoing calls
no test coverage detected