diff --git a/src/index.ts b/src/index.ts index 9a28c4a..f27e10d 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,5 +1,8 @@ export { JsonRpcError, EthereumProviderError } from './classes'; export { serializeCause, serializeError, getMessageFromCode } from './utils'; -export type { DataWithOptionalCause } from './utils'; +export type { + DataWithOptionalCause, + OptionalDataWithOptionalCause, +} from './utils'; export { rpcErrors, providerErrors } from './errors'; export { errorCodes } from './error-constants';