Skip to content

Commit

Permalink
Export input option interface
Browse files Browse the repository at this point in the history
  • Loading branch information
aedart committed Nov 17, 2024
1 parent 527bde4 commit 7fe70a4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/contracts/src/cli/input/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import Argument from "./Argument";
import Option from "./Option";
export {
type Argument
type Argument,
type Option
}

0 comments on commit 7fe70a4

Please sign in to comment.