Preparing search index...
The search index is not available
@deep/nest-kit
@deep/nest-kit
modules/notifications
CreateNotificationWithMetaOptions
Interface CreateNotificationWithMetaOptions<T>
interface
CreateNotificationWithMetaOptions
<
T
extends
NotificationMeta
=
NotificationMeta
,
>
{
meta
:
T
;
processAt
?:
Date
;
referenceId
:
string
;
status
?:
NotificationStatus
;
userId
:
string
;
}
Type Parameters
T
extends
NotificationMeta
=
NotificationMeta
Hierarchy (
View Summary
)
CreateNotificationOptions
CreateNotificationWithMetaOptions
Index
Properties
meta
process
At?
reference
Id
status?
user
Id
Properties
meta
meta
:
T
Optional
process
At
processAt
?:
Date
reference
Id
referenceId
:
string
Optional
status
status
?:
NotificationStatus
user
Id
userId
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
meta
process
At
reference
Id
status
user
Id
@deep/nest-kit
Loading...