import { DaffErrorCodeMap } from '@daffodil/core'
A type for a dictionary of error codes to Daffodil errors.
interface DaffErrorCodeMap { __index(x: string): Constructable<DaffError> }
Constructable<DaffError>
x: string