UNPKG

gphotos-scraper

Version:

A tool to extract public url and metadata from shared album

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