Skip to content

Commit

Permalink
fix(types): multi allow to mix shortHand and rules
Browse files Browse the repository at this point in the history
  • Loading branch information
thib3113 committed Oct 8, 2023
1 parent c42de38 commit 802753a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ export interface RuleMulti extends RuleCustom {
*/
type: "multi";

rules: RuleCustom[] | string[];
rules: (RuleCustom | string)[];
}

/**
Expand Down

0 comments on commit 802753a

Please sign in to comment.