Merge branch 'branch-v2' into branch-1

This commit is contained in:
2025-05-29 15:50:38 +05:30
61 changed files with 7918 additions and 337 deletions

View File

@@ -6,7 +6,7 @@ import { Version } from "../Version/versionModel.ts";
export interface Zone extends Document {
zoneName: string;
zoneId: string;
zonePoints: [];
points: [];
viewPortCenter: [];
viewPortposition: [];
isArchive: boolean;