Skip to content

Commit

Permalink
Update src/types/db.ts
Browse files Browse the repository at this point in the history
clarify comment

Co-authored-by: David Mears <60350599+david-mears-2@users.noreply.github.com>
  • Loading branch information
EmmaLRussell and david-mears-2 committed Dec 19, 2024
1 parent 8f587d4 commit aabb71d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/db.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Result row used by TileDatabase to return BLOB mbtile data encoding feature boundaries
// Result row used by TileDatabase to return BLOB mbtile data encoding feature boundaries for a single tile.
export interface TileDataResultRow {
tile_data: object;
}

0 comments on commit aabb71d

Please sign in to comment.