Node TAP
    Preparing search index...

    Type Alias ErrorErrorsMatch<C>

    type ErrorErrorsMatch<C extends {}> = {
        errors: C[];
        [k: string]: any;
    }

    Type Parameters

    • C extends {}

    Indexable

    • [k: string]: any
    Index

    Properties

    Properties

    errors: C[]