# This file was auto-generated by Fern from our API Definition.

import typing

Age = typing.Union[typing.AnyStr, typing.Literal["young", "middle_aged", "old"]]
