Skip to content

Commit a03b559

Browse files
committed
Fixed merged
1 parent c38caac commit a03b559

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/schemaExporter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { ApiExtensionContext } from '@directus/extensions';
2-
import type { Collection, ExtensionsServices, Snapshot, SnapshotField, SnapshotRelation } from '@directus/types';
2+
import type { Collection, ExtensionsServices, Snapshot, SnapshotDiff, SnapshotField, SnapshotRelation } from '@directus/types';
33
import { mkdir, readFile, rm, writeFile } from 'fs/promises';
44
import { glob } from 'glob';
55
import { condenseAction } from './condenseAction.js';

0 commit comments

Comments
 (0)