Type Alias: Notification
Notification:
object
Defined in: packages/react-notifications/src/Provider.tsx:14
Type declaration
boxId?
optional
boxId:string
|number
id?
optional
id:string
|number
message
message:
string
title?
optional
title:string
toast?
optional
toast:ToastOptions
type
type:
"warning"
|"error"
|"info"
|"success"
viewType?
optional
viewType:ViewType