@runloop/api-client - v1.4.0
    Preparing search index...

    Interface BlueprintBuildLogsListView

    interface BlueprintBuildLogsListView {
        blueprint_id: string;
        logs: BlueprintBuildLog[];
    }
    Index

    Properties

    Properties

    blueprint_id: string

    ID of the Blueprint.

    List of logs generated during Blueprint build.