diff --git a/lib/index.d.ts b/lib/index.d.ts index 944be053..9ac691f3 100644 --- a/lib/index.d.ts +++ b/lib/index.d.ts @@ -1352,7 +1352,7 @@ declare namespace Joi { interface State { key?: string; - path?: string; + path?: (string | number)[]; parent?: any; reference?: any; ancestors?: any;