Skip to content

Commit

Permalink
Merge pull request #132 from igorsilva3/fix/issue#152
Browse files Browse the repository at this point in the history
fix: recipients options
  • Loading branch information
jonyw4 authored Jan 14, 2022
2 parents 87dccd4 + 38b460f commit 80cc099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/recipients/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@ export interface RecipientCreateOptions {
}

export type RecipientUpdateOptions = {
recipient_id: string;
id: string;
} & Partial<RecipientCreateOptions>;

0 comments on commit 80cc099

Please sign in to comment.