Skip to content

Commit 810a9cc

Browse files
committed
typing
1 parent 3228967 commit 810a9cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sentry/workflow_engine/endpoints/serializers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ class SentryAppContext(TypedDict):
5252
installationId: str
5353
status: int
5454
settings: NotRequired[dict[str, Any]]
55+
title: NotRequired[str]
5556

5657

5758
class ActionHandlerSerializerResponse(TypedDict):

0 commit comments

Comments
 (0)