@cucumber/cucumber
    Preparing search index...

    Type Alias CoordinatorEventValues

    Mapping of event keys to their value types

    type CoordinatorEventValues = {
        message: Readonly<Envelope>;
        "paths:resolve": Readonly<IResolvedPaths>;
    }
    Index

    Properties

    message: Readonly<Envelope>
    "paths:resolve": Readonly<IResolvedPaths>