Skip to content

Type Alias: FinanceInterval

type FinanceInterval = "day" | "week" | "month" | "1/4 year" | "1/2 year" | "year";

Defined in: shared/src/constants/settings.ts:17