Type alias RotationValue

RotationValue: {
    type: RotationType;
    value: number;
}

Type declaration