RotationValue

import { ScanView } from './ScanView';

export interface RotationValue {
  Version: string,
  View: ScanView,
  Angle: number
}
{
  "Version": "String",
  "View": "ScanView",
  "Angle": "Single"
}
Last Updated:
Contributors: Elliott Cooper