UNPKG

@thisisagile/easy

Version:

Straightforward library for building domain-driven microservice architectures

8 lines (6 loc) 272 B
import { Text } from './Text'; import { Exception } from './Exception'; import { Response } from '../http/Response'; import { Results } from './Results'; import { Result } from './Result'; export type ErrorOrigin = Text | Error | Exception | Response | Results | Result;