taxtank-core 1.0.20 → 1.0.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
@@ -11,8 +11,8 @@ export declare class ChartAccounts extends ChartAccountsBase {
|
|
11
11
|
static GSTRatio: number;
|
12
12
|
static GSTCoefficient: number;
|
13
13
|
static GSTPercent: number;
|
14
|
-
static systemList: (
|
15
|
-
static homeOfficeList: (
|
14
|
+
static systemList: (BusinessChartAccountsEnum | ChartAccountsListEnum)[];
|
15
|
+
static homeOfficeList: (BusinessChartAccountsEnum | ChartAccountsListEnum)[];
|
16
16
|
heading: ChartAccountsHeading;
|
17
17
|
metaFields: ChartAccountsMetaField[];
|
18
18
|
values: ChartAccountsValue[];
|