Skip to content
Snippets Groups Projects
Unverified Commit b112c3c2 authored by Kyle Doherty's avatar Kyle Doherty
Browse files

fix flow

parent 1cc9f430
No related merge requests found
......@@ -51,7 +51,10 @@ export type ClickAction = {
export type ClickActionProps = {
question: Question,
clicked?: ClickObject,
settings: {}
settings: {
'enable_xrays': boolean,
'xray_max_cost': string
}
}
export type OnChangeCardAndRun = ({ nextCard: Card, previousCard?: ?Card }) => void
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment