UNPKG

@accounter/modern-poalim-scraper

Version:
5 lines (4 loc) 265 B
import { type Page } from 'playwright'; import { OtsarHahayalOptions } from './index.js'; import { type ForeignAccountData } from './types.js'; export declare function getForeignTransactions(page: Page, options: OtsarHahayalOptions): Promise<ForeignAccountData[]>;