Skip to content

Commit

Permalink
fix: Tab type
Browse files Browse the repository at this point in the history
  • Loading branch information
mbnuqw committed Mar 3, 2024
1 parent 6d94676 commit 3f01362
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/types/tabs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export interface Tab extends NativeTab {
unpinning?: boolean
moveTime?: number
childLastAccessed?: number
lastExpanded?: number
reloadingChecks?: number
mediaPaused: boolean
reopened?: boolean
Expand All @@ -36,6 +37,7 @@ export interface Tab extends NativeTab {
previewImg?: string

reactive: ReactiveTabProps
sessionData?: TabSessionData
}

export const enum TabStatus {
Expand Down

0 comments on commit 3f01362

Please sign in to comment.