Type alias TableILSQuestionsProps
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