import { RotationDirectionType } from '../../../../../shared/dynamic-conduct-model/rotation/rotation-direction-type'; export interface RingGraphModel { size: string; rotationDirection: RotationDirectionType; isFullRing: boolean; startAngle: number; endAngle: number; radiusPercentage: number; }