add missing type

This commit is contained in:
MaysWind
2025-01-04 17:20:21 +08:00
parent e4a50bcd60
commit c1c656ab7e
+1 -1
View File
@@ -165,7 +165,7 @@ export const DEFAULT_ACCOUNT_ICON = ALL_ACCOUNT_ICONS[DEFAULT_ACCOUNT_ICON_ID];
export const DEFAULT_CATEGORY_ICON_ID = '1';
export const ALL_CATEGORY_ICONS = {
export const ALL_CATEGORY_ICONS: Record<string, IconInfo> = {
// 1 - 99 : Expense - Food & Drink
'1': {
icon: 'las la-utensils'