mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-13 14:23:02 -05:00
fix: update interfaces
This commit is contained in:
@@ -5,9 +5,13 @@ import { Photo } from './photo.model';
|
||||
|
||||
export interface FlickrAPIResponse {
|
||||
photos: {
|
||||
page: number;
|
||||
pages: number;
|
||||
perpage: number;
|
||||
total: number;
|
||||
photo: Photo[];
|
||||
};
|
||||
stat: string;
|
||||
}
|
||||
|
||||
@Injectable({ providedIn: 'root' })
|
||||
|
||||
Reference in New Issue
Block a user