UNPKG

@accounter/shaam6111-generator

Version:

Fully typed application that generates, parses, and validates SHAAM 6111 tax reports.

6 lines (5 loc) 162 B
import { z } from 'zod'; export declare const profitLossArraySchema: z.ZodArray<z.ZodObject<{ code: z.ZodNumber; amount: z.ZodNumber; }, z.core.$strip>>;