UNPKG

usda-food-data-api-schema

Version:
6 lines (5 loc) 242 B
import mongoose from "mongoose"; export default interface LabelNutrientValue { value: Number; } export declare const LabelNutrientValue: mongoose.Schema<LabelNutrientValue, mongoose.Model<LabelNutrientValue, any, any, any>, {}, {}>;