aboutsummaryrefslogtreecommitdiffstats
path: root/packages/ethereum-types/src
diff options
context:
space:
mode:
Diffstat (limited to 'packages/ethereum-types/src')
-rw-r--r--packages/ethereum-types/src/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/ethereum-types/src/index.ts b/packages/ethereum-types/src/index.ts
index b4c9b73ca..7bf1721a7 100644
--- a/packages/ethereum-types/src/index.ts
+++ b/packages/ethereum-types/src/index.ts
@@ -363,6 +363,7 @@ export type ErrorType =
| 'FatalError'
| 'Warning';
export type ErrorSeverity = 'error' | 'warning';
+
export interface SolcError {
sourceLocation?: {
file: string;