Loom Engine - v3.1.1
GitHub
TheWorldTable.ai
Preparing search index...
Recipe
Interface Recipe
interface
Recipe
{
id
:
string
;
ingredients
:
RecipeIngredient
[]
;
outputs
:
RecipeOutput
[]
;
tools
?:
string
[]
;
data
?:
Record
<
string
,
unknown
>
;
}
Index
Properties
id
ingredients
outputs
tools?
data?
Properties
id
id
:
string
ingredients
ingredients
:
RecipeIngredient
[]
outputs
outputs
:
RecipeOutput
[]
Optional
tools
tools
?:
string
[]
Optional
data
data
?:
Record
<
string
,
unknown
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
ingredients
outputs
tools
data
GitHub
TheWorldTable.ai
Loom Engine - v3.1.1
Loading...