import { SizeWithUnitAndAspectJSON } from '@scandit/web-datacapture-core'; interface PrivateRectangularLocationSelectionJSON { type: "rectangular"; size: SizeWithUnitAndAspectJSON; } export type { PrivateRectangularLocationSelectionJSON };