fix ReferenceOptions interface for Joi to include Hoek.reach options (#20635)

This commit is contained in:
Richard Silverton
2017-10-17 09:15:45 -07:00
committed by Andy
parent ce9e109a99
commit fa63fd564a
+3
View File
@@ -138,6 +138,9 @@ export interface WhenOptions {
export interface ReferenceOptions {
separator?: string;
contextPrefix?: string;
default?: any;
strict?: boolean;
functions?: boolean;
}
export interface IPOptions {