TableILSQuestionsProps: {
    ilsLong: boolean;
    setSuccessSend: React.Dispatch<React.SetStateAction<boolean>>;
    successSend: boolean;
    testEmptyStep?: boolean;
}

Type declaration

  • ilsLong: boolean
  • setSuccessSend: React.Dispatch<React.SetStateAction<boolean>>
  • successSend: boolean
  • Optional testEmptyStep?: boolean

Generated using TypeDoc