@cucumber/core
    Preparing search index...

    Type Alias UndefinedStep

    A step that could not be matched to any step definitions

    type UndefinedStep = {
        pickleStep: PickleStep;
        type: "undefined";
    }
    Index

    Properties

    Properties

    pickleStep: PickleStep

    The pickle step that could not be matched

    type: "undefined"

    Discriminator field to identify this as an undefined step