Documentation
    Preparing search index...
    interface QueueNextStep<GValue> {
        type: "next";
        value: GValue;
    }

    Type Parameters

    • GValue
    Index

    Properties

    Properties

    type: "next"
    value: GValue