fieldnotesai
Preparing search index...
src/types
Notification
Interface Notification
Provides functionality for notification.
interface
Notification
{
body
:
string
;
case_id
:
string
|
null
;
created_at
:
string
;
form_id
:
string
|
null
;
id
:
string
;
is_read
:
boolean
;
title
:
string
;
type
:
NotificationType
;
user_id
:
string
;
}
Index
Properties
body
case_
id
created_
at
form_
id
id
is_
read
title
type
user_
id
Properties
body
body
:
string
case_
id
case_id
:
string
|
null
created_
at
created_at
:
string
form_
id
form_id
:
string
|
null
id
id
:
string
is_
read
is_read
:
boolean
title
title
:
string
type
type
:
NotificationType
user_
id
user_id
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
case_
id
created_
at
form_
id
id
is_
read
title
type
user_
id
fieldnotesai
Loading...
Provides functionality for notification.