Skip to content

Commit 6895f84

Browse files
committed
fix(types): added missing field
1 parent f16047a commit 6895f84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/lib/src/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ export type Options = {
4141
}
4242

4343
export type BetterTmuxConfig = {
44+
options?: Options,
4445
theme?: Theme,
4546
status?: Status,
4647
window?: (config: WindowConfig) => JSX.Element

0 commit comments

Comments
 (0)