From a1f86fe41502927fea42c70b772f17cce9e1e5e9 Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Mon, 5 Aug 2024 14:15:55 +0300 Subject: [PATCH] chore(utils): add missing imports in notification TSDocs (#8447) Add missing imports in the example snippet of the notification provider. --- .../src/notification/abstract-notification-provider.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/core/utils/src/notification/abstract-notification-provider.ts b/packages/core/utils/src/notification/abstract-notification-provider.ts index 4b2071ac5a..1895c38249 100644 --- a/packages/core/utils/src/notification/abstract-notification-provider.ts +++ b/packages/core/utils/src/notification/abstract-notification-provider.ts @@ -57,6 +57,12 @@ export class AbstractNotificationProviderService * the notification. * * @example + * // other imports... + * import { + * ProviderSendNotificationDTO, + * ProviderSendNotificationResultsDTO + * } from "@medusajs/types" + * * class MyNotificationProviderService extends AbstractNotificationProviderService { * // ... * async send(