Type alias TableListKQuestionsProps
 
TableListKQuestionsProps: { 
    setSuccessSend: React.Dispatch<React.SetStateAction<boolean>>; 
    successSend: boolean; 
    testUndefined?: boolean; 
}
Type declaration
- 
setSuccessSend: React.Dispatch<React.SetStateAction<boolean>>
- 
successSend: boolean
- 
OptionaltestUndefined?: boolean