Files
stocca-tre/server/resources/ingredient/main.ts
2022-06-29 08:24:00 +02:00

4 lines
211 B
TypeScript

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