We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 360675b commit a2a3775Copy full SHA for a2a3775
1 file changed
packages/layout/src/components/cards/insurer/insurerMachine.ts
@@ -16,6 +16,7 @@ interface InsurerStates {
16
17
type InsurerEvents =
18
| { type: 'COMPLETE'; value: boolean }
19
+ | { type: 'REMOVE' }
20
| { type: 'CANCEL' }
21
| { type: 'NEXT'; values?: any }
22
| { type: 'BACK' }
0 commit comments