Skip to content

Commit 33d09db

Browse files
committed
types(common[Pane]): Add PaneOptionDict
1 parent b65fa96 commit 33d09db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libtmux/common.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
SessionDict = t.Dict[str, t.Any]
3333
WindowDict = t.Dict[str, t.Any]
3434
WindowOptionDict = t.Dict[str, t.Any]
35+
PaneOptionDict = t.Dict[str, t.Any]
3536
PaneDict = t.Dict[str, t.Any]
3637

3738

0 commit comments

Comments
 (0)