⚠️ This is pre-release documentation for v3. For stable docs, visit v2.
Skip to content

@tmlmt/cooklang-parser / PantryItemToml

Type Alias: PantryItemToml

PantryItemToml = string | { bought?: string; expire?: string; low?: string; quantity?: string; }

Represents a pantry item entry in the TOML file. Can be a simple quantity string (e.g. "500%g") or an object with details.