SYMBOL INDEX (48 symbols across 32 files) FILE: app/_components/cart-item.tsx type CartItemProps (line 8) | interface CartItemProps { FILE: app/_components/cart.tsx type CartProps (line 25) | interface CartProps { FILE: app/_components/category-item.tsx type CategoryItemProps (line 5) | interface CategoryItemProps { FILE: app/_components/delivery-info.tsx type DeliveryInfoProps (line 6) | interface DeliveryInfoProps { FILE: app/_components/discount-badge.tsx type DiscountBadgeProps (line 4) | interface DiscountBadgeProps { FILE: app/_components/product-item.tsx type ProductItemProps (line 10) | interface ProductItemProps { FILE: app/_components/product-list.tsx type ProductListProps (line 4) | interface ProductListProps { FILE: app/_components/restaurant-item.tsx type RestaurantItemProps (line 14) | interface RestaurantItemProps { FILE: app/_components/ui/button.tsx type ButtonProps (line 36) | interface ButtonProps FILE: app/_components/ui/input.tsx type InputProps (line 5) | interface InputProps FILE: app/_components/ui/sheet.tsx type SheetContentProps (line 52) | interface SheetContentProps FILE: app/_components/ui/sonner.tsx type ToasterProps (line 6) | type ToasterProps = React.ComponentProps; FILE: app/_context/cart.tsx type CartProduct (line 8) | interface CartProduct type ICartContext (line 23) | interface ICartContext { FILE: app/_hooks/use-toggle-favorite-restaurant.ts type UseToggleFavoriteRestaurantProps (line 6) | interface UseToggleFavoriteRestaurantProps { FILE: app/_lib/auth.ts method session (line 16) | async session({ session, user }) { FILE: app/_lib/utils.ts function cn (line 4) | function cn(...inputs: ClassValue[]) { FILE: app/categories/[id]/products/page.tsx type CategoriesPageProps (line 6) | interface CategoriesPageProps { FILE: app/layout.tsx function RootLayout (line 18) | function RootLayout({ FILE: app/my-orders/_components/order-item.tsx type OrderItemProps (line 15) | interface OrderItemProps { FILE: app/products/[id]/_components/product-details.tsx type ProductDetailsProps (line 34) | interface ProductDetailsProps { FILE: app/products/[id]/_components/product-image.tsx type ProductImageProps (line 9) | interface ProductImageProps { FILE: app/products/[id]/page.tsx type ProductPageProps (line 6) | interface ProductPageProps { FILE: app/restaurants/[id]/_components/cart-banner.tsx type CartBannerProps (line 16) | interface CartBannerProps { FILE: app/restaurants/[id]/_components/restaurant-image.tsx type RestaurantImageProps (line 12) | interface RestaurantImageProps { FILE: app/restaurants/[id]/page.tsx type RestaurantPageProps (line 12) | interface RestaurantPageProps { FILE: app/restaurants/_components/restaurants.tsx type RestaurantProps (line 10) | interface RestaurantProps { FILE: next-auth.d.ts type Session (line 5) | interface Session { FILE: prisma/migrations/20240415210903_init_database/migration.sql type "Restaurant" (line 2) | CREATE TABLE "Restaurant" ( type "Category" (line 13) | CREATE TABLE "Category" ( type "Product" (line 22) | CREATE TABLE "Product" ( type "_CategoryToRestaurant" (line 36) | CREATE TABLE "_CategoryToRestaurant" ( type "_CategoryToRestaurant" (line 42) | CREATE UNIQUE INDEX "_CategoryToRestaurant_AB_unique" ON "_CategoryToRes... type "_CategoryToRestaurant" (line 45) | CREATE INDEX "_CategoryToRestaurant_B_index" ON "_CategoryToRestaurant"(... FILE: prisma/migrations/20240502232158_add_auth_tables/migration.sql type "accounts" (line 2) | CREATE TABLE "accounts" ( type "sessions" (line 20) | CREATE TABLE "sessions" ( type "users" (line 30) | CREATE TABLE "users" ( type "verificationtokens" (line 41) | CREATE TABLE "verificationtokens" ( type "accounts" (line 48) | CREATE UNIQUE INDEX "accounts_provider_provider_account_id_key" ON "acco... type "sessions" (line 51) | CREATE UNIQUE INDEX "sessions_session_token_key" ON "sessions"("session_... type "users" (line 54) | CREATE UNIQUE INDEX "users_email_key" ON "users"("email") type "verificationtokens" (line 57) | CREATE UNIQUE INDEX "verificationtokens_identifier_token_key" ON "verifi... FILE: prisma/migrations/20240503000412_add_order_table/migration.sql type "Order" (line 5) | CREATE TABLE "Order" ( type "_OrderToProduct" (line 21) | CREATE TABLE "_OrderToProduct" ( type "_OrderToProduct" (line 27) | CREATE UNIQUE INDEX "_OrderToProduct_AB_unique" ON "_OrderToProduct"("A"... type "_OrderToProduct" (line 30) | CREATE INDEX "_OrderToProduct_B_index" ON "_OrderToProduct"("B") FILE: prisma/migrations/20240503012547_add_order_product_table/migration.sql type "OrderProduct" (line 20) | CREATE TABLE "OrderProduct" ( FILE: prisma/migrations/20240503233901_add_user_restaurant_favorites_table/migration.sql type "UserFavoriteRestaurant" (line 2) | CREATE TABLE "UserFavoriteRestaurant" (