Builder Based projectID Service processing for camera,walll,lines, zones

This commit is contained in:
2025-05-28 13:01:55 +05:30
parent 2c28ffe9aa
commit 6b5bee879b
12 changed files with 453 additions and 44 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;