Skip to content

Commit 804e6ad

Browse files
authored
Update collection.ts
1 parent e6157d2 commit 804e6ad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/collection.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2521,6 +2521,9 @@ export interface DocumentCollection<T extends object = any>
25212521
* See {@link DocumentCollection} for a more generic variant of this interface
25222522
* more suited for regular document collections.
25232523
*
2524+
* See also {@link GraphEdgeCollection} for the type representing an edge
2525+
* collection in a {@link Graph}.
2526+
*
25242527
* When using TypeScript, collections can be cast to a specific edge document
25252528
* data type to increase type safety.
25262529
*

0 commit comments

Comments
 (0)