mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 17:24:26 +08:00
add missing type
This commit is contained in:
+1
-1
@@ -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 DEFAULT_CATEGORY_ICON_ID = '1';
|
||||||
|
|
||||||
export const ALL_CATEGORY_ICONS = {
|
export const ALL_CATEGORY_ICONS: Record<string, IconInfo> = {
|
||||||
// 1 - 99 : Expense - Food & Drink
|
// 1 - 99 : Expense - Food & Drink
|
||||||
'1': {
|
'1': {
|
||||||
icon: 'las la-utensils'
|
icon: 'las la-utensils'
|
||||||
|
|||||||
Reference in New Issue
Block a user