@cucumber/core
    Preparing search index...

    Type Alias UndefinedParameterType

    Represents a parameter type that was referenced but not defined

    type UndefinedParameterType = {
        expression: string;
        name: string;
    }
    Index

    Properties

    Properties

    expression: string

    The expression in which the undefined parameter type was referenced

    name: string

    The parameter type name being referenced