TypeScript — Get Type of Class Properties and Omit Methods
We at Future Studio use TypeScript on the frontend and backend. The backend uses an ORM and related models to interact with data from the database. The database models define all accessible properties that are available in the serialized JSON. The frontend uses this JSON and we want to derive …
Continue Reading