Skip to content

Commit 5c29a28

Browse files
committed
Define history request types for fetching all history data
1 parent b80e047 commit 5c29a28

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# This file was auto-generated by Fern from our API Definition.
2+
3+
from .history_get_all_request_source import HistoryGetAllRequestSource
4+
5+
__all__ = ["HistoryGetAllRequestSource"]
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# This file was auto-generated by Fern from our API Definition.
2+
3+
import typing
4+
5+
HistoryGetAllRequestSource = typing.Union[typing.Literal["TTS", "STS"], typing.Any]

0 commit comments

Comments
 (0)