Files
medusa-store/docs/content/references/js-client/modules/internal-12.md
Shahed Nasser 8ca9354c50 docs: updated js client reference (#2414)
* docs: updated js client reference

* docs: fixed link
2022-10-11 16:32:41 +03:00

41 lines
967 B
Markdown

# Namespace: internal
## Classes
- [AdminGetNotificationsParams](../classes/internal-12.AdminGetNotificationsParams.md)
- [AdminPostNotificationsNotificationResendReq](../classes/internal-12.AdminPostNotificationsNotificationResendReq.md)
- [Notification](../classes/internal-12.Notification.md)
- [NotificationProvider](../classes/internal-12.NotificationProvider.md)
## Type Aliases
### AdminNotificationsListRes
Ƭ **AdminNotificationsListRes**: `Object`
#### Type declaration
| Name | Type |
| :------ | :------ |
| `notifications` | [`Notification`](../classes/internal-12.Notification.md)[] |
#### Defined in
medusa/dist/api/routes/admin/notifications/index.d.ts:8
___
### AdminNotificationsRes
Ƭ **AdminNotificationsRes**: `Object`
#### Type declaration
| Name | Type |
| :------ | :------ |
| `notification` | [`Notification`](../classes/internal-12.Notification.md) |
#### Defined in
medusa/dist/api/routes/admin/notifications/index.d.ts:11