UNPKG

@accounter/modern-poalim-scraper

Version:

A new architecture for Israeli bank scrapers to hopefully merge into [Israeli-bank-scrapers](https://github.com/eshaham/israeli-bank-scrapers) when they are ready

7 lines 194 B
import { z } from 'zod'; export const getAccountSchema = z.object({ UserAccountsData: z.object({ DefaultAccountNumber: z.string(), }), }); //# sourceMappingURL=get-account.js.map