Added fetching scripts

This commit is contained in:
Sebastian Seedorf
2022-08-19 18:02:11 +02:00
parent d158153fa1
commit 8227cc631d
15 changed files with 1052 additions and 1176 deletions

5
scripts/index.ts Normal file
View File

@@ -0,0 +1,5 @@
export {}
export { retrieveRecipes } from './utils/retrieveRecipes'
export { Entity } from './utils/types'
export { UnfetchedEntity } from './utils/types'
export { Recipe } from './utils/types'