Skip to content

Commit

Permalink
Revert changing type to interface
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianoventura committed Dec 4, 2024
1 parent 53e2388 commit 9b2e439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,6 @@ export interface FolderContent {

export type ProxyStatus = 'online' | 'offline' | 'restarting'

export interface ProxyDataWithMatches extends ProxyData {
export type ProxyDataWithMatches = ProxyData & {
matches?: SearchMatch[]
}

0 comments on commit 9b2e439

Please sign in to comment.