refactor: centralize workspace repository response DTOs

This commit is contained in:
2026-09-01 01:49:25 +09:00
parent 9756174676
commit d748274905
8 changed files with 474 additions and 205 deletions
@@ -0,0 +1,3 @@
fn main() {
print!("{}", workspace_api::catalog_typescript());
}