@makehq/sdk
    Preparing search index...

    Type Alias Blueprint

    Represents a complete scenario blueprint. Blueprints define the structure and behavior of scenarios.

    type Blueprint = {
        flow: BlueprintNode[];
        metadata: Record<string, JSONValue>;
        name: string;
        version: number;
    }
    Index

    Properties

    The main flow of nodes in the blueprint

    metadata: Record<string, JSONValue>

    Metadata for the blueprint

    name: string

    Name of the blueprint

    version: number

    Version of the blueprint