@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.