diff --git a/src/config/flowtypes.js b/src/config/flowtypes.js index edd472e..bef0562 100644 --- a/src/config/flowtypes.js +++ b/src/config/flowtypes.js @@ -35,8 +35,8 @@ export type UIToggle = $ReadOnly<{| topic: string, icon?: string, enableCondition?: TopicDependentOption, - on?: string, - off?: string, + on?: Actual, + off?: Actual, toggled?: TopicDependentOption |}>;