Open essential-randomness opened 1 year ago
We currently write backend response types 3 times: 1 — As a typescript type in the server 2 — As a OpenAPI definition 3 — As a typescript type in the frontend
This is not good. We should change this.
Generation on backend has been checked in with #https://github.com/BobaBoard/boba-backend/pull/112
We currently write backend response types 3 times: 1 — As a typescript type in the server 2 — As a OpenAPI definition 3 — As a typescript type in the frontend
This is not good. We should change this.