Skip to content

Commit 7ed46c8

Browse files
author
Les Moffat
committed
Hotfix: add dummy type to test PR actions
1 parent a5df32c commit 7ed46c8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/types.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ import type { Feature as FeatureType, Geometry } from "geojson";
22

33
export type BBox = [minx: number, miny: number, maxx: number, maxy: number];
44

5+
// this is to test the build process
6+
export type Name = "MapTiler Geocoding Control";
7+
58
export type Position = [x: number, y: number];
69

710
export type Feature<T extends Geometry = Geometry> = FeatureType<T> & {

0 commit comments

Comments
 (0)