Skip to content

Commit 4267179

Browse files
authored
Update application_details.py
1 parent e584b47 commit 4267179

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nylas/models/application_details.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
Region = Literal["us", "eu"]
99
""" Literal representing the available Nylas API regions. """
1010

11-
Environment = Literal["production", "staging", "sandbox"]
11+
Environment = Literal["production", "staging", "development", "sandbox"]
1212
""" Literal representing the different Nylas API environments. """
1313

1414

0 commit comments

Comments
 (0)