Track and save on groceries

feat(api): implement products and brands schema

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>

+1 -1
+1 -1
packages/api/src/schema/products.ts
··· 15 15 16 16 export const ExtendedProduct = Product.extend({ 17 17 brand: Brand, 18 - }) 18 + }); 19 19 20 20 export const CreateProduct = Product.omit({ 21 21 id: true,