notification-service
Preparing search index...
application/ports/in/NotificationService
NotificationOutput
Interface NotificationOutput
interface
NotificationOutput
{
createdAt
:
string
;
failedReason
:
string
|
null
;
id
:
string
;
isRead
:
boolean
;
message
:
string
;
readAt
:
string
|
null
;
sentAt
:
string
|
null
;
sourceId
:
string
;
state
:
string
;
}
Index
Properties
created
At
failed
Reason
id
is
Read
message
read
At
sent
At
source
Id
state
Properties
Readonly
created
At
createdAt
:
string
Readonly
failed
Reason
failedReason
:
string
|
null
Readonly
id
id
:
string
Readonly
is
Read
isRead
:
boolean
Readonly
message
message
:
string
Readonly
read
At
readAt
:
string
|
null
Readonly
sent
At
sentAt
:
string
|
null
Readonly
source
Id
sourceId
:
string
Readonly
state
state
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
created
At
failed
Reason
id
is
Read
message
read
At
sent
At
source
Id
state
notification-service
Loading...