cmap-core 0.0.4 → 0.0.5
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.
- package/dist/index.es.d.ts +1 -2
- package/package.json +1 -1
package/dist/index.es.d.ts
CHANGED
|
@@ -283,7 +283,6 @@ declare interface FocusItem {
|
|
|
283
283
|
|
|
284
284
|
declare interface IAisShipOptions extends IBaseShipOptions {
|
|
285
285
|
outLine?: boolean;
|
|
286
|
-
readonly type: 'Ais';
|
|
287
286
|
updateStatus?: UPDATE_STATUS;
|
|
288
287
|
}
|
|
289
288
|
|
|
@@ -298,7 +297,7 @@ declare interface IBaseShipOptions {
|
|
|
298
297
|
hdg: number;
|
|
299
298
|
cog: number;
|
|
300
299
|
rot: number;
|
|
301
|
-
|
|
300
|
+
type: string;
|
|
302
301
|
statusId?: number;
|
|
303
302
|
status?: string;
|
|
304
303
|
time: Date;
|