Skip to content

Commit

Permalink
updated types
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielJDufour committed Jun 19, 2022
1 parent bfb9fe3 commit cb6f1c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export class GeoExtent {
constructor(o: any, data?: { srs: string | number });
constructor(o: any, data?: { srs?: string | number });

// properties
bbox: [number, number, number, number];
Expand Down

0 comments on commit cb6f1c4

Please sign in to comment.