We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c38caac commit a03b559Copy full SHA for a03b559
1 file changed
src/schemaExporter.ts
@@ -1,5 +1,5 @@
1
import type { ApiExtensionContext } from '@directus/extensions';
2
-import type { Collection, ExtensionsServices, Snapshot, SnapshotField, SnapshotRelation } from '@directus/types';
+import type { Collection, ExtensionsServices, Snapshot, SnapshotDiff, SnapshotField, SnapshotRelation } from '@directus/types';
3
import { mkdir, readFile, rm, writeFile } from 'fs/promises';
4
import { glob } from 'glob';
5
import { condenseAction } from './condenseAction.js';
0 commit comments