Skip to content

Commit

Permalink
fix: correct import for AccountID
Browse files Browse the repository at this point in the history
  • Loading branch information
domwebber committed Dec 16, 2023
1 parent f7764ee commit 4e0f0ee
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/EventNotification/EventNotificationStatus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
* @author Dom Webber <[email protected]>
* @see https://greatdetail.com
*/
import { WhatsAppAccountID } from "../API/AbstractAPI";
import { MessageID } from "../ID";
import { AccountID, MessageID } from "../ID";

export enum EventNotificationStatusReason {
/**
Expand Down Expand Up @@ -174,7 +173,7 @@ export default interface EventNotificationStatus {
*
* @since 4.2.0
*/
recipient_id: WhatsAppAccountID;
recipient_id: AccountID;

/**
* For a status to be read, it must have been delivered. In some scenarios,
Expand Down

0 comments on commit 4e0f0ee

Please sign in to comment.