Type alias TGetOverviewChartQueryVariables
TGetOverviewChartQueryVariables: {
categoryId: null;
currentDate: string;
reportType: "SPENDING" | "NETWORTH";
timeframe: "_7D" | "_30D" | "_1Y" | "ALL";
}
Type declaration
-
categoryId: null
-
currentDate: string
-
reportType: "SPENDING" | "NETWORTH"
-
timeframe: "_7D" | "_30D" | "_1Y" | "ALL"