stores: move values store files in folder
This commit is contained in:
parent
b95bc3eaa4
commit
bdd84c7e59
@ -1,5 +1,5 @@
|
||||
import { makeAutoObservable } from 'mobx';
|
||||
import { RootStore } from '../root';
|
||||
import { RootStore } from '../../root';
|
||||
import { Values } from './types';
|
||||
|
||||
export type CalculationValues = Partial<Record<Values, any>>;
|
||||
@ -118,6 +118,11 @@ export type Values =
|
||||
| 'subsidySum'
|
||||
| 'fuelCard'
|
||||
| 'minPriceChange'
|
||||
| 'leaseObjectPriceWthtVAT'
|
||||
| 'VATInLeaseObjectPrice'
|
||||
| 'engineHours'
|
||||
|
||||
/** Result Values */
|
||||
| 'resultTotalGraphwithNDS'
|
||||
| 'resultPlPrice'
|
||||
| 'resultPriceUpPr'
|
||||
@ -136,6 +141,9 @@ export type Values =
|
||||
| 'resultBonusDopProd'
|
||||
| 'resultBonusSafeFinance'
|
||||
| 'resultFirstPaymentRiskPolicy'
|
||||
| 'leaseObjectPriceWthtVAT'
|
||||
| 'VATInLeaseObjectPrice'
|
||||
| 'engineHours';
|
||||
|
||||
/** Link Values */
|
||||
| 'kpUrl'
|
||||
| 'leadUrl'
|
||||
| 'opportunityUrl'
|
||||
| 'quoteUrl';
|
||||
Loading…
x
Reference in New Issue
Block a user