Skip to content

Commit a8ec09e

Browse files
feat: add ListOptions type to enhance flexibility in suppression queries
1 parent a2c3e6e commit a8ec09e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/types/api/suppressions.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,7 @@ export type Suppression = {
1414
message_sender_email: string | null;
1515
message_subject: string | null;
1616
};
17+
18+
export type ListOptions = {
19+
email?: string;
20+
};

0 commit comments

Comments
 (0)