File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -120,16 +120,6 @@ interface IExecutable {
120120
121121export function initialize ( gulp : gulp . Gulp ) : void ;
122122
123- // (undocumented)
124- interface ISchemaValidatorResult {
125- // (undocumented)
126- details ?: ZSchema . SchemaError [ ] ;
127- // (undocumented)
128- message ?: string ;
129- // (undocumented)
130- name ?: string ;
131- }
132-
133123export function logSummary ( value : string ) : void ;
134124
135125export function mergeConfig ( config : IBuildConfig ) : void ;
@@ -143,7 +133,7 @@ export function reset(): void;
143133
144134class SchemaValidator {
145135 // (undocumented)
146- public static getFormattedErrorMessage ( error : ISchemaValidatorResult , dataFilePath ?: string ) : string ;
136+ public static getFormattedErrorMessage ( errors : Validator . SchemaErrorDetail [ ] , dataFilePath ?: string ) : string ;
147137 public static readAndValidateJson < TResult > ( dataFilePath : string , schemaFilePath : string ) : TResult ;
148138 // (undocumented)
149139 public static readCommentedJsonFile < TResult > ( filename : string ) : TResult ;
You can’t perform that action at this time.
0 commit comments