Files
stocca-tre/server/resources/ingredient/main.ts
2022-07-18 08:28:19 +02:00

3 lines
172 B
TypeScript

export { default as IngredientCollection, type IngredientModel } from "./IngredientCollection.ts";
export { default as IngredientResource } from "./IngredientResource.ts";