docs: fix empty return in references (#11343)
This commit is contained in:
@@ -104,10 +104,6 @@ class MyNotificationProviderService extends AbstractNotificationProviderService
|
||||
|
||||
<TypeList types={[{"name":"options","type":"`Record<any, any>`","description":"The provider's options.","optional":false,"defaultValue":"","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/learn/fundamentals/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="validateOptions"/>
|
||||
|
||||
#### Returns
|
||||
|
||||
<TypeList types={[]} expandUrl="https://docs.medusajs.com/learn/fundamentals/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="validateOptions"/>
|
||||
|
||||
### send
|
||||
|
||||
This method is used to send a notification using the third-party provider or your custom logic.
|
||||
|
||||
Reference in New Issue
Block a user