/** * SMI-2167: Structural Typing Boundary Tests * * Tests that verify the structural typing approach for Zod v3/v4 compatibility. * The API client uses structural typing instead of `z.ZodType` to allow schemas * from different Zod versions to be used interchangeably. * * @see docs/adr/027-zod-version-coexistence.md */ export {}; //# sourceMappingURL=client.structural-typing.test.d.ts.map