type ChartPeriod = 1 | 3 | 6 | 12; type ChartGranularity = "monthly" | "daily"; export type { ChartPeriod as C, ChartGranularity as a };