mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 01:04:25 +08:00
code refactor
This commit is contained in:
@@ -86,7 +86,7 @@ interface WritableTransactionCategoricalAnalysisData {
|
||||
items: Record<string, WritableTransactionCategoricalAnalysisDataItem>;
|
||||
}
|
||||
|
||||
interface WritableTransactionCategoricalAnalysisDataItem {
|
||||
interface WritableTransactionCategoricalAnalysisDataItem extends Record<string, unknown> {
|
||||
name: string;
|
||||
type: TransactionStatisticDataItemType;
|
||||
id: string;
|
||||
@@ -98,7 +98,7 @@ interface WritableTransactionCategoricalAnalysisDataItem {
|
||||
percent?: number;
|
||||
}
|
||||
|
||||
interface WritableTransactionTrendsAnalysisDataItem {
|
||||
interface WritableTransactionTrendsAnalysisDataItem extends Record<string, unknown> {
|
||||
name: string;
|
||||
type: TransactionStatisticDataItemType;
|
||||
id: string;
|
||||
|
||||
Reference in New Issue
Block a user