Skip to content
This repository was archived by the owner on Mar 1, 2026. It is now read-only.

Commit 8edade1

Browse files
committed
refactor(language): export ZModelServices type
1 parent 0a7b86d commit 8edade1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/language/src/document.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import path from 'node:path';
1313
import { fileURLToPath } from 'node:url';
1414
import { isDataModel, isDataSource, type Model } from './ast';
1515
import { DB_PROVIDERS_SUPPORTING_LIST_TYPE, STD_LIB_MODULE_NAME } from './constants';
16-
import { createZModelServices } from './module';
16+
import { createZModelServices, type ZModelServices } from './module';
1717
import {
1818
getAllFields,
1919
getDataModelAndTypeDefs,

0 commit comments

Comments
 (0)