diff --git a/types/topojson/index.d.ts b/types/topojson/index.d.ts index bafc431ea3..68efb8ee9c 100644 --- a/types/topojson/index.d.ts +++ b/types/topojson/index.d.ts @@ -5,7 +5,7 @@ export function bbox(topology: any): any; -export function feature(topology: any, o: any): { features: any[]; }; +export function feature(topology: any, o: any): { features: any[]; type: string }; export function filter(topology: any, filter: any): any;