import { ExtensionErrorOutput } from './error-extensions'; export interface ErrorOutput { message: string; extensions?: ExtensionErrorOutput; }