Skip to content

Commit

Permalink
correct type definition
Browse files Browse the repository at this point in the history
  • Loading branch information
logonv authored and Marsup committed Feb 21, 2024
1 parent 48f6f54 commit 1e58834
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 @@ -1338,7 +1338,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 1e58834

Please sign in to comment.