UNPKG

@lyxa.ai/types

Version:

Lyxa type definitions and validation schemas for both frontend and backend

8 lines (7 loc) 297 B
import { ItemType, ProductDietaryType } from "../enum"; export declare function isGroceryFamilyItemType(itemType: ItemType): boolean; export declare function getProductDietariesByItemType(itemType: ItemType): { icon: string; label: string; productDietaryType: ProductDietaryType; }[];