Skip to content

Commit

Permalink
correct type definition
Browse files Browse the repository at this point in the history
  • Loading branch information
logonv committed Feb 16, 2024
1 parent 2712034 commit 03c6705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1352,7 +1352,7 @@ declare namespace Joi {

interface State {
key?: string;
path?: string;
path?: (string | number)[];
parent?: any;
reference?: any;
ancestors?: any;
Expand Down

0 comments on commit 03c6705

Please sign in to comment.