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

    Interface DevboxSnapshotListView

    interface DevboxSnapshotListView {
        has_more: boolean;
        remaining_count: number;
        snapshots: DevboxSnapshotView[];
        total_count: number;
    }
    Index

    Properties

    has_more: boolean
    remaining_count: number
    snapshots: DevboxSnapshotView[]

    List of snapshots matching filter.

    total_count: number