This commit is contained in:
sbriat
2023-04-28 15:53:57 +02:00
parent 95310651d8
commit 1f9a9896e9
15 changed files with 129 additions and 65 deletions

View File

@@ -1,5 +1,5 @@
import { PointType } from './point-type.enum';
import { Coordinates } from './coordinates.type';
import { Coordinates } from '../entities/coordinates';
export type Point = Coordinates & {
type?: PointType;