export interface UpdateOnConfig { runOn: 'change' | 'blur' | 'submit'; }