Skip to content

Commit 10ab4d1

Browse files
authored
Merge pull request #90 from zxl634/update-typing-for-ibullettrainfeature
Update typing for IBulletTrainFeature
2 parents 753a3c2 + 1f4d49d commit 10ab4d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react-native-flagsmith/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export interface IBulletTrainFeature {
22
enabled: boolean
3-
value?: string
3+
value?: string|number|boolean
44
}
55

66
export interface IFlags {

0 commit comments

Comments
 (0)