Skip to content

Commit

Permalink
fix: interface member export
Browse files Browse the repository at this point in the history
  • Loading branch information
marluanespiritusanto committed Apr 10, 2023
1 parent 2afd532 commit 6950efc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@refactoring-do/whatsapp-webhook",
"version": "1.0.3",
"version": "1.0.4",
"description": "WhatsApp Cloud API web hook in a nutshell",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/webhook/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export { WebhookOptions, ProcessedMessage, ReceivedMessage } from './interfaces';
export { MessageType } from './enums';
export { Webhook } from './webhook';
export * from './interfaces';

0 comments on commit 6950efc

Please sign in to comment.