mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 12:56:46 +08:00
Update AjvOptions - multipleOfPrecision property
Updating the AjvOptions - multipleOfPrecision property to allow boolean or number. Precision is specified as a number while the value defaults to false (i.e. disabled)
Link to PR which added the multipleOfPrecision option: 5f2cc30449
This commit is contained in:
2
ajv/ajv.d.ts
vendored
2
ajv/ajv.d.ts
vendored
@@ -82,7 +82,7 @@ declare module "ajv" {
|
||||
passContext?: boolean;
|
||||
loopRequired?: number;
|
||||
ownProperties?: boolean;
|
||||
multipleOfPrecision?: boolean;
|
||||
multipleOfPrecision?: boolean | number;
|
||||
errorDataPath?: string,
|
||||
messages?: boolean;
|
||||
beautify?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user