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 (6 loc) 199 B
import { z } from 'zod'; export declare const getAccountSchema: z.ZodObject<{ UserAccountsData: z.ZodObject<{ DefaultAccountNumber: z.ZodString; }, z.core.$strip>; }, z.core.$strip>;