* V1 API response for paginated repository search (cursor-based)
| 42 | * V1 API response for paginated repository search (cursor-based) |
| 43 | */ |
| 44 | interface RepositoryPage { |
| 45 | items: GitRepository[]; |
| 46 | next_page_id: string | null; |
| 47 | } |
| 48 | |
| 49 | /** |
| 50 | * V1 API response for paginated installation search (cursor-based) |
nothing calls this directly
no outgoing calls
no test coverage detected