Skip to content

Commit

Permalink
Update typings.d.ts (atlassian#22)
Browse files Browse the repository at this point in the history
* Update typings.d.ts
  • Loading branch information
alecmev authored and torifat committed Aug 20, 2018
1 parent aa864d2 commit 02fa9b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions typings.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ declare namespace betterAjvErrors {
(
schema: any,
data: any,
errors: ErrorObject[],
options: betterAjvErrors.IInputOptions
errors?: ErrorObject[] | null,
options?: betterAjvErrors.IInputOptions
): betterAjvErrors.IOutputError[] | void;
}
}

0 comments on commit 02fa9b0

Please sign in to comment.