Interface GeometryJson

interface GeometryJson {
    id: string;
    type: string;
}

Hierarchy (view full)

Properties

Properties

id: string
type: string