Skip to content

Commit 7b11550

Browse files
committed
remove obsolete comments
Signed-off-by: instamenta <[email protected]>
1 parent d965c12 commit 7b11550

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

src/types/index.ts

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -83,19 +83,6 @@ export type EmptyContextConfig = object;
8383

8484
export type SoloListrTaskWrapper<T> = ListrTaskWrapper<T, any, any>
8585

86-
// export interface NodeMetadata {
87-
// rosterEntry: RosterEntry
88-
// node: Node
89-
// tssEncryptionKey: string
90-
// }
91-
92-
// export interface RosterEntry {
93-
// nodeId: number
94-
// weight: number
95-
// gossipCaCertificate: string
96-
// gossipEndpoint: Array<ServiceEndpoint>
97-
// }
98-
9986
export interface ServiceEndpoint {
10087
ipAddressV4: string
10188
port: number

0 commit comments

Comments
 (0)