Skip to content

Commit

Permalink
simplifying type
Browse files Browse the repository at this point in the history
  • Loading branch information
brandenrodgers committed Jan 16, 2025
1 parent 093c5fc commit 3eebc41
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions types/Yargs.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import { Options } from 'yargs';

export interface CommonArgs extends Options {
export type CommonArgs = {
derivedAccountId: number;
providedAccountId?: number;
d: boolean;
debug: boolean;
}
};

0 comments on commit 3eebc41

Please sign in to comment.