From 7ed46c82d5bdbdeea886b9f7cf34496852003d36 Mon Sep 17 00:00:00 2001 From: Les Moffat Date: Tue, 24 Jun 2025 12:04:36 +0100 Subject: [PATCH] Hotfix: add dummy type to test PR actions --- src/types.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/types.ts b/src/types.ts index 1832751..4eeb34c 100644 --- a/src/types.ts +++ b/src/types.ts @@ -2,6 +2,9 @@ import type { Feature as FeatureType, Geometry } from "geojson"; export type BBox = [minx: number, miny: number, maxx: number, maxy: number]; +// this is to test the build process +export type Name = "MapTiler Geocoding Control"; + export type Position = [x: number, y: number]; export type Feature = FeatureType & {