Rappel de fonction de type TypeScript dans l'interface

interface InputProps {
  youCallback: () => void
  otherProp: string
}
Fair Fowl