Anchorage API reference
Documentation
GitHub
Preparing search index...
@proofoftech/flowsafe
signals/client
SendNotificationBody
Interface SendNotificationBody
interface
SendNotificationBody
{
attributes
?:
Record
<
string
,
string
|
number
|
boolean
|
null
>
;
coalesceKey
?:
string
;
dedupeKey
?:
string
;
kind
:
string
;
payload
?:
unknown
;
priority
?:
"low"
|
"high"
|
"medium"
|
"urgent"
;
source
:
string
;
summary
:
string
;
}
Index
Properties
attributes?
coalesce
Key?
dedupe
Key?
kind
payload?
priority?
source
summary
Properties
Optional
attributes
attributes
?:
Record
<
string
,
string
|
number
|
boolean
|
null
>
Optional
coalesce
Key
coalesceKey
?:
string
Optional
dedupe
Key
dedupeKey
?:
string
kind
kind
:
string
Optional
payload
payload
?:
unknown
Optional
priority
priority
?:
"low"
|
"high"
|
"medium"
|
"urgent"
source
source
:
string
summary
summary
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
attributes
coalesce
Key
dedupe
Key
kind
payload
priority
source
summary
Documentation
GitHub
Anchorage API reference
Loading...