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

import typing

TaskState = typing.Union[typing.Literal["Success", "API Error", "Internal Server Error"], typing.Any]
