import { FormValues } from './types'; const INITIAL_VALUES: FormValues = { value: '0', payload: '0x', gasLimit: '0', payloadType: 'Bytes', voucherId: '', keepAlive: true, }; export { INITIAL_VALUES };