Skip to content

Commit

Permalink
refactor!: drop NodesInfo in favor of NodeInfo inteface (#742)
Browse files Browse the repository at this point in the history
  • Loading branch information
AuHau committed Jul 27, 2022
1 parent 0b46862 commit acddb14
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/types/debug.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,12 +194,6 @@ export interface NodeInfo {
swapEnabled: boolean
}

/**
* Information about Bee node and its configuration
* @deprecated Use NodeInfo instead
*/
export type NodesInfo = NodeInfo

export interface RemovePeerResponse {
message: string
code: 0
Expand Down

0 comments on commit acddb14

Please sign in to comment.