Skip to content

Commit 802753a

Browse files
committed
fix(types): multi allow to mix shortHand and rules
1 parent c42de38 commit 802753a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ export interface RuleMulti extends RuleCustom {
302302
*/
303303
type: "multi";
304304

305-
rules: RuleCustom[] | string[];
305+
rules: (RuleCustom | string)[];
306306
}
307307

308308
/**

0 commit comments

Comments
 (0)