Update types.ts

This commit is contained in:
Tommy D. Rossi
2025-12-30 13:09:22 +01:00
parent 14711bb3b5
commit cdc5d127a5
2 changed files with 14 additions and 1 deletions
+1
View File
@@ -7,6 +7,7 @@ export interface TabInfo {
state: TabState
errorText?: string
pinnedCount?: number
attachOrder?: number
}
export interface ExtensionState {