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

Last Updated: 24 September, 2025