mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
- Replace manual type checking with Zod schema validation in isResponseArgs helper - Simplify error handling logic in catchResponseArgsErrorPipe operator - Remove redundant conditional checks by leveraging Zod's safeParse - Remove unused ResponseArgs import from operator file This improves type safety and validation robustness by using a declarative schema-based approach.