UNPKG

@hapic/harbor

Version:

A harbor http api client.

6 lines (5 loc) 178 B
import type { Project, ProjectRepositorySearchResult } from './domains'; export type SearchResult = { project: Project[]; repository: ProjectRepositorySearchResult[]; };