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

    Interface DevboxListView

    interface DevboxListView {
        devboxes: DevboxView[];
        has_more: boolean;
        remaining_count: number;
        total_count: number;
    }
    Index

    Properties

    devboxes: DevboxView[]

    List of devboxes matching filter.

    has_more: boolean
    remaining_count: number
    total_count: number