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:
@@ -57,6 +57,12 @@ export class AbstractNotificationProviderService
|
||||
* the notification.
|
||||
*
|
||||
* @example
|
||||
* // other imports...
|
||||
* import {
|
||||
* ProviderSendNotificationDTO,
|
||||
* ProviderSendNotificationResultsDTO
|
||||
* } from "@medusajs/types"
|
||||
*
|
||||
* class MyNotificationProviderService extends AbstractNotificationProviderService {
|
||||
* // ...
|
||||
* async send(
|
||||
|
||||
Reference in New Issue
Block a user