Skip to content

Commit 4ee1d40

Browse files
added bytes to response
1 parent 83bba49 commit 4ee1d40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

satisfactory_api_client/data/response.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ class Response:
1010
----------
1111
success : bool
1212
Whether the request was successful.
13-
data : dict
13+
data : dict | str
1414
The data returned from the API.
1515
"""
1616
success: bool
17-
data: dict
17+
data: dict | bytes

0 commit comments

Comments
 (0)