export type EulerUnit = 'rad' | 'deg' | 'turn';
