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 14:15:55 +03:00
committed by GitHub
parent 5c09f0813d
commit a1f86fe415

View File

@@ -57,6 +57,12 @@ export class AbstractNotificationProviderService
* the notification.
*
* @example
* // other imports...
* import {
* ProviderSendNotificationDTO,
* ProviderSendNotificationResultsDTO
* } from "@medusajs/types"
*
* class MyNotificationProviderService extends AbstractNotificationProviderService {
* // ...
* async send(