Hi everyone,
While looking through the HTML Architect API, I ran into a small type mismatch on the screen editor’s Update endpoint - the backend declares a different return type than it actually returns. Nothing is broken at runtime (the frontend already expects the right type), but the declaration doesn’t match reality, and it could trip up a future TypeScript type generator.
Happy to open a PR and fix it - just let me know if there’s a reason it was typed this way on purpose!