UNPKG

gphotos-scraper

Version:

A tool to extract public url and metadata from shared album

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