Skip to content

Commit

Permalink
Merge pull request #205 from Cerberooo/patch-1
Browse files Browse the repository at this point in the history
Fix type of localize interface
  • Loading branch information
epoberezkin committed Apr 1, 2021
2 parents dc9b6fd + 864b21b commit 97fc173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion localize/types.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {ErrorObject} from "ajv"

export interface Localize {
(errors?: null | ErrorObject): void
(errors?: null | ErrorObject[]): void
}

0 comments on commit 97fc173

Please sign in to comment.