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

    Interface BlueprintsCursorIDPageResponse<Item>

    interface BlueprintsCursorIDPageResponse<Item> {
        blueprints: Item[];
        has_more: boolean;
        total_count: number;
    }

    Type Parameters

    • Item

    Implemented by

    Index

    Properties

    blueprints: Item[]
    has_more: boolean
    total_count: number