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.
2 parents 7e713f1 + b25d79a commit 2d32d22Copy full SHA for 2d32d22
src/resources/collection.ts
@@ -22,7 +22,7 @@ import { fromGrpcError } from '../api/errors';
22
import { documents } from '../api/documents';
23
import resourceClient from './client';
24
import { make, Resource as Base } from './common';
25
-import { DocumentStructure } from 'src/api/documents/v0/document-ref';
+import { DocumentStructure } from '../api/documents/v0/document-ref';
26
27
type CollectionPermission = 'reading' | 'writing' | 'deleting';
28
0 commit comments