UNPKG
@veeroute/lss-packer-angular
Version:
latest (7.37.3331)
7.37.3331
7.35.3290
7.34.3275
7.33.3222
7.32.3215
7.31.3182
7.30.3153
7.29.3120
7.28.3096
7.27.3079
7.26.3024
7.25.3009
7.24.2983
7.24.2977
7.23.2926
7.23.2924
7.22.2904
7.21.2852
7.21.2849
7.21.2842
7.20.2789
7.19.2779
7.18.2755
7.17.2697
7.16.2673
7.15.2652
7.14.2618
7.13.2613
7.12.2609
7.11.2593
7.10.2580
7.9.2527
7.8.2508
7.7.2501
7.6.2491
7.5.2472
7.4.2469
7.3.2463
7.2.2444
7.1.2439
7.0.2395
6.20.2258
6.20.2252
6.19.2236
6.18.2232
6.17.2224
6.16.2177
6.16.2174
6.15.2142
6.14.2133
6.13.2112
6.12.2101
6.11.2097
6.10.2076
6.9.2071
6.8.2055
6.7.2022
6.6.2006
6.5.1990
6.4.1962
6.3.1926
6.2.1912
6.1.1902
5.12.1836
5.11.1826
5.8.1766
5.6.1748
5.4.1715
5.3.1702
5.1.1673
4.9.1653
4.9.1651
4.7.1607
4.7.1605
4.7.1601
4.7.1599
OpenAPI client for @veeroute/lss-packer-angular
@veeroute/lss-packer-angular
/
variables.d.ts
9 lines
(8 loc)
•
220 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
InjectionToken
}
from
'@angular/core'
;
export
declare
const
BASE_PATH
:
InjectionToken
<
string
>;
export
declare
const
COLLECTION_FORMATS
: {
csv
:
string
;
tsv
:
string
;
ssv
:
string
;
pipes
:
string
; };