1
0
Fork 0
mirror of https://github.com/n8n-io/n8n.git synced 2025-02-02 07:01:30 -08:00
n8n/packages/@n8n/json-schema-to-zod/test/jest.d.ts

6 lines
86 B
TypeScript

namespace jest {
interface Matchers<R, T> {
toMatchZod(expected: unknown): T;
}
}