Node TAP
    Preparing search index...

    Type Alias ErrorCauseMatch<C>

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

    Type Parameters

    • C extends {}

    Indexable

    • [k: string]: any
    Index

    Properties

    Properties

    cause: C