feat(tickets): add detection discard workflow

This commit is contained in:
2026-07-13 19:27:54 +05:30
parent 9d7f956c3b
commit 68829dc72b
9 changed files with 295 additions and 4 deletions

View File

@@ -3,6 +3,7 @@ export * from './package.service';
export * from './auth.service';
export { chainageService } from './chainage.service';
export * from './video.service';
export * from './detection.service';
export * from './permission.service';
export * from './role.service';
export * from './user.service';