export interface IRotation {
    phi: number;
    theta: number;
}

export default IRotation;
