export interface LegacyJsonOutputMetadataValueCitationsItemPolygonItem { /** X coordinate of the point */ x: number; /** Y coordinate of the point */ y: number; }