UNPKG
@progress/telerik-common-report-viewer
Version:
dev (21.24.116)
latest (28.25.1119)
28.25.1119
28.25.1111
27.25.1001
27.25.924
27.25.813
26.25.716
26.25.521
25.25.313
25.25.211
24.24.1218
24.24.1112
23.24.924
23.24.806
22.24.709
22.24.514
21.24.305
21.24.130
21.24.116
20.23.1114
20.23.1010
19.23.1010
19.23.1009
Common code for Progress® Telerik® Report Viewer
www.telerik.com/reporting
telerik/reporting
@progress/telerik-common-report-viewer
/
dist
/
Types
/
ConfigurationInfoType.d.ts
7 lines
(6 loc)
•
165 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
LicenseInfo
}
from
"./LicenseInfoType"
;
export
declare
type
ConfigurationInfo
= {
version
:
string
;
license
:
LicenseInfo
;
options
:
any
; };