--- numbering: title: true --- # `my.types`: Extensible, Ergonomic Miscellaneous Types ```{py:currentmodule} my.types ``` The `types` subpackage provides enhanced data structures and type abstractions that extend Python's built-in types with domain-specific functionality. These types are designed to integrate seamlessly with Pydantic for validation and serialization. ```{toctree} --- maxdepth: 2 --- types.Buffer types.Command types.MyEnum types.Platform types.Predicate types.Span types.UniqueId ```