Type alias OrHandler<A>

OrHandler<A>: A | ((e?: Error) => A)

Type Parameters

  • A

Generated using TypeDoc