mgtypes 1.0.11 → 1.0.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/types/Content.ts +0 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mgtypes",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "description": "types for mg development",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/types/Content.ts CHANGED
@@ -247,15 +247,6 @@ interface MapLabel {
247
247
  boundingBox: Position[];
248
248
  }
249
249
 
250
- interface Route {
251
- id: number;
252
- name: string;
253
- routeType: string;
254
- coordinates: number[][];
255
- createdAt: string;
256
- updatedAt: string;
257
- }
258
-
259
250
  export {
260
251
  Post,
261
252
  FriendRequest,