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 84daa32 commit 50e8c17Copy full SHA for 50e8c17
packages/schema/src/plugins/zod/transformer.ts
@@ -1,8 +1,7 @@
1
/* eslint-disable @typescript-eslint/ban-ts-comment */
2
-import { type PluginOptions } from '@zenstackhq/sdk';
+import { indentString, type PluginOptions } from '@zenstackhq/sdk';
3
import { checkModelHasModelRelation, findModelByName, isAggregateInputType } from '@zenstackhq/sdk/dmmf-helpers';
4
import { getPrismaClientImportSpec, type DMMF as PrismaDMMF } from '@zenstackhq/sdk/prisma';
5
-import { indentString } from '@zenstackhq/sdk/utils';
6
import path from 'path';
7
import type { Project, SourceFile } from 'ts-morph';
8
import { upperCaseFirst } from 'upper-case-first';
0 commit comments