mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
fix ReferenceOptions interface for Joi to include Hoek.reach options (#20635)
This commit is contained in:
Vendored
+3
@@ -138,6 +138,9 @@ export interface WhenOptions {
|
||||
export interface ReferenceOptions {
|
||||
separator?: string;
|
||||
contextPrefix?: string;
|
||||
default?: any;
|
||||
strict?: boolean;
|
||||
functions?: boolean;
|
||||
}
|
||||
|
||||
export interface IPOptions {
|
||||
|
||||
Reference in New Issue
Block a user