taxtank-core 2.0.29 → 2.0.30
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/fesm2022/taxtank-core.mjs +6 -4
- package/fesm2022/taxtank-core.mjs.map +1 -1
- package/index.d.ts +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
@@ -10247,7 +10247,7 @@ declare class DepreciationForm extends TransactionBaseForm<Depreciation> {
|
|
10247
10247
|
}
|
10248
10248
|
|
10249
10249
|
declare class HoldingTradeForm extends AbstractForm<HoldingTrade$1> implements IEventListener {
|
10250
|
-
|
10250
|
+
total: number;
|
10251
10251
|
constructor(holdingTrade: HoldingTrade$1);
|
10252
10252
|
listenEvents(): void;
|
10253
10253
|
}
|