rangoo94/bestest

View on GitHub
packages/compiler/lib/interfaces/CompilerCompileErrorInterface.ts

Summary

Maintainability
A
0 mins
Test Coverage
interface CompilerCompileErrorInterface {
  error: Error | any
  filePath?: string | null
  details?: any | null
}

export {
  CompilerCompileErrorInterface
}