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