UNPKG

@accounter/server

Version:

The test suite is split into three Vitest projects for efficiency and isolation:

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