this is a typescript-next.js project. I have this Modal component:
interface ModalProps { onCancelModal: () => void; onAcceptModal: () => void; accept