interface OpenAlexSearchResponse {
    results: SearchResult[];
}

Properties

Properties

results: SearchResult[]