interface ContinueAction {
    type: "continue";
}

Properties

Properties

type: "continue"

Generated using TypeDoc