Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Jul 7, 2024
1 parent 3af8d12 commit 660fde7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions types/support/tcpdump.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ export class TCPDump {
options: any;
start(iteration: any): Promise<void>;
tcpdumpProcess: import("execa").ResultPromise<{}>;
stop(): Promise<import("execa").Result<{
reject: false;
}>>;
stop(): Promise<void>;
mv(url: any, iteration: any): Promise<void>;
}
//# sourceMappingURL=tcpdump.d.ts.map
2 changes: 1 addition & 1 deletion types/support/tcpdump.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 660fde7

Please sign in to comment.