# Types ## Utility types to help with type checking Types is a collection of utility types to help with type checking. Utility types to save having to redefine the same things over and over. ## Types ```{eval-rst} .. autodata:: xocto.types.django.Model .. autodata:: xocto.types.django.ForeignKey .. autodata:: xocto.types.django.OneToOneField .. autodata:: xocto.types.django.OptionalForeignKey .. autodata:: xocto.types.django.Choices .. autodata:: xocto.types.generic.T .. autodata:: xocto.types.generic.Comparable ``` ## API Reference ```{eval-rst} .. module:: xocto.types .. automodule:: xocto.types :members: :undoc-members: :show-inheritance: ```