Skip to content

Commit

Permalink
Fix TS compilation error "Statements are not allowed in ambient conte…
Browse files Browse the repository at this point in the history
…xts" by removing semicolons. (#2697)

Co-authored-by: alechkos <[email protected]>
  • Loading branch information
pierrecorsini and alechkos authored Jan 18, 2024
1 parent 1c26913 commit ef2f725
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1444,7 +1444,7 @@ declare namespace WAWebJS {
message: string;
isInviteV4Sent: boolean,
}
};
}

/** An object that handles options for adding participants */
export interface AddParticipantsOptions {
Expand All @@ -1468,7 +1468,7 @@ declare namespace WAWebJS {
* @default ''
*/
comment?: string
};
}

/** An object that handles the information about the group membership request */
export interface GroupMembershipRequest {
Expand Down

0 comments on commit ef2f725

Please sign in to comment.