UNPKG

gphotos-scraper

Version:

A tool to extract public url and metadata from shared album

4 lines (3 loc) 212 B
import { GoogleAlbum } from '../interfaces'; export declare const getData: (id: string, key: string, token?: string) => Promise<GoogleAlbum>; export declare const getAlbum: (url: string) => Promise<GoogleAlbum>;