import type { Exception } from './Exception'; export type ModelError = { exception?: Exception; readonly errorMessage?: string | null; };