UNPKG

@accounter/modern-poalim-scraper

Version:
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>;