mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Added 'ignoreUndefined' property for rename options interface in 'joi'.
This commit is contained in:
Vendored
+2
@@ -33,6 +33,8 @@ declare module 'joi' {
|
||||
multiple?: boolean;
|
||||
// if true, allows renaming a key over an existing key. Defaults to false.
|
||||
override?: boolean;
|
||||
// if true, skip renaming of a key if it's undefined. Defaults to false.
|
||||
ignoreUndefined?: boolean;
|
||||
}
|
||||
|
||||
export interface EmailOptions {
|
||||
|
||||
Reference in New Issue
Block a user