UNPKG

@berry-cloud/ngx-unsplash

Version:

Lightweight Angular wrapper for the Unsplash API.

7 lines (6 loc) 133 B
import { Photo } from './photo'; export interface SearchResult { total: number; total_pages: number; results: Photo[]; }