diff --git a/packages/web3-typescript-typings/index.d.ts b/packages/web3-typescript-typings/index.d.ts index 2395dc92f4..847f5c961b 100644 --- a/packages/web3-typescript-typings/index.d.ts +++ b/packages/web3-typescript-typings/index.d.ts @@ -348,7 +348,7 @@ declare module 'web3' { transactionIndex: number; from: string; to: string; - status: null|string|number; + status: null|string|0|1; cumulativeGasUsed: number; gasUsed: number; contractAddress: string|null;