Skip to content

Commit 5663450

Browse files
committed
Fix typedef
1 parent e767379 commit 5663450

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/routes/batch/create/gsheets_archive.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"archive_message",
1616
"archive_info",
1717
"first_archive_status",
18+
"screnshot_url",
1819
)
1920

2021

@@ -25,6 +26,7 @@ class CSVBatchItem(TypedDict):
2526
archive_message: str
2627
archive_info: str | Literal[""]
2728
first_archive_status: Literal["First Archive", ""]
29+
screnshot_url: str | Literal[""]
2830

2931

3032
@app.post("/batch/create/gsheets_archive")

0 commit comments

Comments
 (0)