featurehub-io / featurehub-javascript-sdk

Official FeatureHub Javascript, Typescript, React, SolidJS, Node SDKs
MIT License
6 stars 4 forks source link

Attribute Values Can Only Be Strings #200

Open blakeromano opened 7 months ago

blakeromano commented 7 months ago

Is your feature request related to a problem? Please describe. In the SDK I can only add attribute values as key value strings and not be able to have numbers, booleans, etc; be evaluated properly through SDK.

Describe the solution you'd like I'd like to have attribute values type to change to be a Record<string|number|boolean....>

Describe alternatives you've considered N/A

Additional context N/A