@makehq/sdk
    Preparing search index...

    Type Alias BlueprintRoute

    Represents a route of a router node in a blueprint. Routes define the flow of execution of modules.

    type BlueprintRoute = {
        flow: BlueprintNode[];
    }
    Index

    Properties

    Properties

    Nodes in the route