Skip to content

Commit

Permalink
small change
Browse files Browse the repository at this point in the history
  • Loading branch information
ibalosh committed Dec 4, 2023
1 parent 4f2e4ae commit c278734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/models/webhooks/payload/SpamComplaintWebhook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import {Hash} from "../../client/SupportingTypes";

export interface SpamComplaintWebhook {
RecordType: "SpamComplaint";
Metadata: Hash<string>;
ID: number;
Type: string;
TypeCode: number;
Expand All @@ -21,4 +20,5 @@ export interface SpamComplaintWebhook {
Subject: string;
Content?: string;
MessageStream: string;
Metadata: Hash<string>;
}

0 comments on commit c278734

Please # to comment.