// @flow
import type { GetFormState } from './types'

export type FormValueSelectorInterface = (
  state: any,
  ...fields: string[]
) => any
