Properties
ProjectSearchResult[]
required
Type: ProjectSearchResult
number
required
number
required
number
required
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
export interface ProjectSearchResponse {
hits: ProjectSearchResult[];
offset: number;
limit: number;
total_hits: number;
}
