UNPKG

@accounter/modern-poalim-scraper

Version:
4 lines (3 loc) 217 B
import { Page } from 'playwright'; import { OtsarHahayalCredentials } from './index.js'; export declare function loginAndGetUserData(credentials: OtsarHahayalCredentials, page: Page): Promise<Record<string, string>>;