iTwin / itwinjs-core

Monorepo for iTwin.js Library
https://www.itwinjs.org
MIT License
620 stars 210 forks source link

Update Enums, deserialization and serialization logic within core-quantity #7193

Closed hl662 closed 1 month ago

hl662 commented 1 month ago

Building off of a discussion within this PR

We want to refactor the enums used in core-quantity to be string based enums, starting with the enums in this one file. From there, we can refactor the different parseXXXXToString methods inside of that file.