chore(utils): add missing imports in notification TSDocs (#8447)

Add missing imports in the example snippet of the notification provider.
This commit is contained in:
Shahed Nasser
2024-08-05 11:15:55 +00:00
committed by GitHub
parent 5c09f0813d
commit a1f86fe415
@@ -57,6 +57,12 @@ export class AbstractNotificationProviderService
* the notification. * the notification.
* *
* @example * @example
* // other imports...
* import {
* ProviderSendNotificationDTO,
* ProviderSendNotificationResultsDTO
* } from "@medusajs/types"
*
* class MyNotificationProviderService extends AbstractNotificationProviderService { * class MyNotificationProviderService extends AbstractNotificationProviderService {
* // ... * // ...
* async send( * async send(