UNPKG

gphotos-scraper

Version:

A tool to extract public url and metadata from shared album

3 lines (2 loc) 138 B
import { GooglePhoto } from '../interfaces'; export declare const getPhotos: (key: string, photoIds: string[]) => Promise<GooglePhoto[]>;