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

    Interface BlueprintListView

    interface BlueprintListView {
        blueprints: BlueprintView[];
        has_more: boolean;
        total_count?: number | null;
    }
    Index

    Properties

    blueprints: BlueprintView[]

    List of blueprints matching filter.

    has_more: boolean
    total_count?: number | null