We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb7206c commit 6f3d6d2Copy full SHA for 6f3d6d2
src/schemas/contacts.ts
@@ -1,5 +1,5 @@
1
import { z } from 'zod';
2
-import { IntegrationEntityType } from '../models';
+import { IntegrationEntityType } from '../models/integration-entity.model';
3
4
// export const contactsSchema: ValidationSchema = {
5
// title: 'Contacts',
0 commit comments