UNPKG
rp-data-chart
Version:
latest (1.0.0-beta.4)
1.0.0-lf.16
1.0.0-lf.15
1.0.0-lf.14
1.0.0-lf.13
1.0.0-lf.11
1.0.0-lf.9
1.0.0-lf.8
1.0.0-lf.5
1.0.0-lf.3
1.0.0-lf.1
1.0.0-lf.0
1.0.0-beta.4
1.0.0-alpha.4
Rabbitpre data-chart components lib
rp-data-chart
/
lib
/
types
/
api.d.ts
16 lines
(15 loc)
•
309 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
export
interface
IdType
{
pfid
?:
string
;
appid
?:
string
;
pfId
?:
string
;
appId
?:
string
; }
export
interface
IIdType
{
pfId
:
string
;
appId
:
string
; }
export
interface
TimeType
extends
IdType
{
interval
?:
'HOUR'
|
'DAY'
;
startTime
?:
string
;
endTime
?:
string
; }