Skip to content

Commit b2b4645

Browse files
committed
Add missing doc to type
1 parent c5c9684 commit b2b4645

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/sdk/src/shared/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,9 @@ export type GetComponentsOpts = RelationOpts & {
358358
*/
359359
export type GetComponentOpts = GetComponentsOpts;
360360

361+
/**
362+
* An object that identifies a single, unique component in Pipedream.
363+
*/
361364
export type ComponentId = {
362365
/**
363366
* The key that uniquely identifies the component.

0 commit comments

Comments
 (0)