Type Alias: Notification
Notification:
object
Defined in: packages/components/src/components/NotificationsMenu/NotificationsMenu.tsx:7
Type declaration
actions?
optional
actions:object
[]
createdAt
createdAt:
string
id
id:
string
message
message:
string
onClose()?
optional
onClose: () =>void
Returns
void
readAt?
optional
readAt:string
|null
title
title:
string
type
type:
"info"
|"success"
|"warning"
|"error"