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