Commit 4256dda
authored
Fix EconomicEventItem type: add missing period field, make comparison nullable (#14)
- Add `period: string | null` — API returns period (e.g., "May", "Q1") but
the type definition was missing it entirely
- Change `comparison: string` → `string | null` — API returns null when no
comparison type applies1 parent a6a8546 commit 4256dda
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
539 | 539 | | |
540 | 540 | | |
541 | 541 | | |
542 | | - | |
| 542 | + | |
| 543 | + | |
543 | 544 | | |
544 | 545 | | |
545 | 546 | | |
| |||
0 commit comments