Skip to content

Commit 7968c67

Browse files
Apply suggestions from Danny
Co-authored-by: Danny Roosevelt <danny@pipedream.com>
1 parent d9eb9e1 commit 7968c67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/sdk/src/shared/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -572,12 +572,12 @@ export type DeployTriggerOpts = ExternalUserId & {
572572
*/
573573
export type DeleteTriggerOpts = {
574574
/**
575-
* The ID of the trigger you're deleting.
575+
* The ID of the trigger you're deleting (`dc_xxxxxxx` for example ).
576576
*/
577577
id: string;
578578

579579
/**
580-
* Your end user ID, for whom you deployed the trigger.
580+
* The end user ID, for whom you deployed the trigger.
581581
*/
582582
externalUserId: string;
583583

0 commit comments

Comments
 (0)