diff --git a/packages/midnight-smoker/src/error.ts b/packages/midnight-smoker/src/error.ts index d6c8790e4..0923f80a9 100644 --- a/packages/midnight-smoker/src/error.ts +++ b/packages/midnight-smoker/src/error.ts @@ -10,8 +10,7 @@ import {SmokeResults} from './types'; /** * Options for {@link SmokerError} with a generic `Cause` type for `cause` prop. */ -export interface SmokerErrorOpts - extends ErrorOptions { +export interface SmokerErrorOpts { code?: string; cause?: Cause; }