Hey guyz, according to: helpcreate exportable types for frontend services it is possible to get types for inserts or reads; thats super dope, but I have a question, I am not sure how to use those types on fronted.
Got two folders, one for backend with expressjs + drizzle and second one for frontend (svelte + sveltekit). How can I import those types?
backend
export type ProductVariant= typeof productVariant.$inferInsert;
export type ProductVariant= typeof productVariant.$inferInsert;