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

    Interface BlueprintListView

    interface BlueprintListView {
        blueprints: BlueprintView[];
        has_more: boolean;
        remaining_count: number;
        total_count: number;
    }
    Index

    Properties

    blueprints: BlueprintView[]

    List of blueprints matching filter.

    has_more: boolean
    remaining_count: number
    total_count: number