fix values types

This commit is contained in:
Владислав Чикалкин 2020-09-24 11:03:58 +03:00
parent 28d3d27c4d
commit 77236142d9

View File

@ -1,5 +1,5 @@
import { TValues } from 'core/types/values';
const initialValues: TValues = {
import { TValue, TValues } from 'core/types/values';
const initialValues: TValues<TValue> = {
recalcWithRevision: false,
contactGender: 100000000,
leaseObjectPrice: 1000000,