NotificationsSettingsProperties interface
Describes the json payload for notifications settings
Properties
| recipients | Gets or sets list of notified recipients for new requests |
| send |
Gets or sets whether to send email to all marketplace admins for new requests |
Property Details
recipients
Gets or sets list of notified recipients for new requests
recipients?: Recipient[]
Property Value
sendToAllMarketplaceAdmins
Gets or sets whether to send email to all marketplace admins for new requests
sendToAllMarketplaceAdmins?: boolean
Property Value
boolean