© 2026 Hedgehog Software, LLC
const MealPortionSchema = Schema.Struct({ name: Schema.String, price: Schema.Number })
type MealPortion = Schema.Struct.Encoded<typeof MealPortion.fields>
readonly