Skip to content

Commit

Permalink
Adding in referenceNumber to common types.
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorylavery committed Oct 29, 2024
1 parent 4b0ad91 commit b843bf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dist/complaint.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ export interface BaseComplaint {
reportedOn: Date;
updatedOn: Date;
complaintMethodReceivedCode: string;
referenceNumber: string;
}
1 change: 1 addition & 0 deletions src/complaint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ export interface BaseComplaint {
reportedOn: Date;
updatedOn: Date;
complaintMethodReceivedCode: string;
referenceNumber: string;
}

0 comments on commit b843bf9

Please sign in to comment.