interface GeospatialComputedItemList {
    items: Record<string, unknown>[];
}

Properties

Properties

items: Record<string, unknown>[]