From 1743ac8af8915ca3190cf6baa5f694805de25642 Mon Sep 17 00:00:00 2001 From: gekkedev <17025257+gekkedev@users.noreply.github.com> Date: Tue, 11 Jun 2024 16:36:19 +0200 Subject: [PATCH] Update index.ts --- src/api/model/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/api/model/index.ts b/src/api/model/index.ts index e952bfe15..fd985c98a 100644 --- a/src/api/model/index.ts +++ b/src/api/model/index.ts @@ -28,6 +28,7 @@ export { LiveLocation } from './live-location'; export { ContactStatus } from './contact-status'; export { GroupCreation } from './group-creation'; export { WhatsappProfile } from './whatsapp-profile'; +export { IncomingCall } from '.incoming-call'; export * from './result'; export * from './get-messages-param'; export * from './initializer';