Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add docs for literals and enum keys in map (#1181)
<!-- ELLIPSIS_HIDDEN --> > [!IMPORTANT] > Add documentation for using enums and literal strings as keys in maps in `types.mdx`. > > - **Documentation**: > - Updated `types.mdx` to include examples of using enums and literal strings as keys in maps. > - Added syntax examples for `map<Category, string>` and `map<"A" | "B" | "C", string>` in `types.mdx`. > > <sup>This description was created by </sup>[<img alt="Ellipsis" src="https://img.shields.io/badge/Ellipsis-blue?color=175173">](https://www.ellipsis.dev?ref=BoundaryML%2Fbaml&utm_source=github&utm_medium=referral)<sup> for 7174af0. It will automatically update as commits are pushed.</sup> <!-- ELLIPSIS_HIDDEN -->
- Loading branch information