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

    Interface RepositoryConnectionListView

    interface RepositoryConnectionListView {
        has_more: boolean;
        remaining_count: number;
        repositories: RepositoryConnectionView[];
        total_count: number;
    }
    Index

    Properties

    has_more: boolean
    remaining_count: number
    repositories: RepositoryConnectionView[]

    List of repositories matching filter.

    total_count: number