Skip to content

Commit

Permalink
make type an optional param in the Redact API (#961)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-lukashenka-micoworks authored Sep 24, 2024
1 parent 4aaa381 commit 18c37c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/redact/lib/types/transactionParams.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ export type TransactionParams = {
/**
* Required if redacting SMS data. Must be one of: inbound, outbound.
*/
type: Type;
type?: Type;
};

0 comments on commit 18c37c2

Please sign in to comment.