interface PhotoResponse { results: { finalQuery: string; results: { photos: Photo[]; }; }; text: string; } Properties
results
results: { finalQuery: string; results: { photos: Photo[]; }; } Type declaration
finalQuery: string
results: {
photos: Photo[];
}
Response returned by the API at GET
/api/search-background