@makehq/sdk

    Type Alias BlueprintVersion

    Represents a version of a blueprint. Scenarios keep a history of blueprint versions as they are edited.

    type BlueprintVersion = {
        created: string;
        draft: boolean;
        scenarioId: number;
        version: number;
    }
    Index

    Properties

    created: string

    Creation timestamp

    draft: boolean

    Whether this is a draft version

    scenarioId: number

    ID of the scenario this blueprint version belongs to

    version: number

    Version number

    MMNEPVFCICPMFPCPTTAAATR