ResolvedFormatProps Type Alias
ResolvedFormatProps = Omit<FormatDefinition, "azimuthBaseUnit" | "revolutionUnit" | "composite"> & { azimuthBaseUnit?: UnitProps, composite?: ResolvedFormatCompositeProps, custom?: any, revolutionUnit?: UnitProps }
A FormatProps with all the references to units replaced with JSON representations of those units.
Defined in
- quantity/src/Formatter/Interfaces.ts Line 102
Last Updated: 24 September, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.