Skip to content

Commit 7fe70a4

Browse files
committed
Export input option interface
1 parent 527bde4 commit 7fe70a4

File tree

1 file changed

+3
-1
lines changed
  • packages/contracts/src/cli/input

1 file changed

+3
-1
lines changed
+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
import Argument from "./Argument";
2+
import Option from "./Option";
23
export {
3-
type Argument
4+
type Argument,
5+
type Option
46
}

0 commit comments

Comments
 (0)