When defining variables (specially numeric ones) there is no way to specify the units.
For example a value 16 could be pixels but could be also cm or any other unit.
When you consume Figma variables using an API you need to guess which unit is applicable based on the variable name, scope etc., instead of just getting the unit from the API.
Is it anything on the roadmap to cover this feature?