Type Alias ErrorCauseMatch<C>

ErrorCauseMatch<C>: {
    cause: C;
    [k: string]: any;
}

Type Parameters

  • C extends {}