Skip to content
Prev Previous commit
Next Next commit
Fix linter error
  • Loading branch information
inlined committed Jan 31, 2024
commit e2a221a9133153451ad56d2dee4c74fb2ca83a4c
2 changes: 1 addition & 1 deletion src/params/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ export interface SelectInput<T = unknown> {
export interface MultiSelectInput {
multiSelect: {
options: Array<SelectOptions<string>>;
}
};
}

/**
Expand Down