Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
validate(config: models.IReportLoadConfiguration): models.IError[] {
// we create load tile configuration from report load configuration
// so we need to validate it
return models.validateReportLoad(config);
}
validate(config: models.IReportLoadConfiguration): models.IError[] {
return models.validateReportLoad(config);
}