UNPKG

@jeonjongchul/calcal-sdk

Version:

CalCal - 칼로리 계산 SDK

9 lines (8 loc) 267 B
import { FoodData } from '../types'; export declare const FOOD_DATABASE: Record<string, FoodData>; export declare const PLATE_SIZE_CONSTANTS: { SMALL_PLATE: number; MEDIUM_PLATE: number; LARGE_PLATE: number; }; export declare const FOOD_LABELS: string[];