Interface HonuaExtentResponse

Response from an extent-only query (returnExtentOnly=true).

interface HonuaExtentResponse {
    count?: string | number;
    extent: HonuaExtent;
}

Properties

Properties

count?: string | number
extent: HonuaExtent