Skip to content

Commit 1ce5db8

Browse files
committed
fix: remove unneeded type
1 parent bbfc9fc commit 1ce5db8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/index.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ export type CommandObjectInput = Omit<Command, 'options'> & {
3838
options?: OptionsInput;
3939
};
4040

41-
export type CommandObjectInObjectInput = Omit<Option, 'name'> &
42-
Partial<Pick<Option, 'name'>>;
43-
4441
export type CommandInObjectInput = CommandObjectInput | Handler;
4542

4643
export type CommandsInput =

0 commit comments

Comments
 (0)