UNPKG
@blue-impact-engine/blue-impact-engine-client
Version:
latest (0.0.7-alpha)
0.0.7-alpha
0.0.6-alpha
0.0.5-alpha
0.0.4-alpha
0.0.2-alpha
0.0.1-alpha
Blue Impact Engine API Client
gitlab.com/balean-oss/blue-impact-engine/blue-impact-engine-client
@blue-impact-engine/blue-impact-engine-client
/
client
/
dist
/
domains
/
content
/
ImpactValue.d.ts
10 lines
•
303 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
TagEntity
from
"../tags/Tag"
;
export
type
ImpactValue
= {
title
:
string
;
displayName
:
string
;
currentValue
?:
number
;
targetValue
?:
number
;
showAs
:
"percentage"
|
"current_only"
|
"target_only"
|
"both"
;
tags
?:
Array
<
TagEntity
>; };
//# sourceMappingURL=ImpactValue.d.ts.map