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

    Interface DevboxSnapshotListView

    interface DevboxSnapshotListView {
        has_more: boolean;
        snapshots: DevboxSnapshotView[];
        total_count?: number | null;
    }
    Index

    Properties

    has_more: boolean
    snapshots: DevboxSnapshotView[]

    List of snapshots matching filter.

    total_count?: number | null