Trading Assistant API Documentation - v0.1.0
Preparing search index...
types
Alert
Interface Alert
interface
Alert
{
id
:
string
;
title
:
string
;
message
:
string
;
severity
:
AlertSeverity
;
category
:
string
;
created_at
:
string
;
read
:
boolean
;
metadata
?:
Record
<
string
,
any
>
;
}
Index
Properties
id
title
message
severity
category
created_
at
read
metadata?
Properties
id
id
:
string
title
title
:
string
message
message
:
string
severity
severity
:
AlertSeverity
category
category
:
string
created_
at
created_at
:
string
read
read
:
boolean
Optional
metadata
metadata
?:
Record
<
string
,
any
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
title
message
severity
category
created_
at
read
metadata
Trading Assistant API Documentation - v0.1.0
Loading...