From 9a8f9c57bf41b7f9fca73443addd6aa55e1faa42 Mon Sep 17 00:00:00 2001 From: uwap Date: Sun, 8 Apr 2018 13:23:33 +0200 Subject: [PATCH] Fix build --- src/config/flowtypes.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 |}>;