Create a copy of the data classes from the backend repo in the client side repo so there are defined data types the frontend will work with.
https://github.com/Church-Life-Apps/Backend/blob/main/src/db/DbModels.ts - this file, except the data types should not have db on it, just songbook or song etc.
Create a copy of the data classes from the backend repo in the client side repo so there are defined data types the frontend will work with. https://github.com/Church-Life-Apps/Backend/blob/main/src/db/DbModels.ts - this file, except the data types should not have
db
on it, justsongbook
orsong
etc.