UNPKG
@cloudpayments/checkout
Version:
latest (1.1.33)
1.1.33
1.1.32
1.1.31
1.1.30
1.1.29
1.1.27
1.0.30
1.0.29
1.0.27
1.0.26
1.0.25
0.0.22-rc
0.0.4-rc
0.0.3-rc
0.0.2-rc
0.0.1-rc
bitbucket.org/cloudpayments/checkout
@cloudpayments/checkout
/
src
/
interfaces
/
KeyValuePair.ts
4 lines
•
81 B
text/typescript
View Raw
1
2
3
4
export
interface
KeyValuePair
<
TKey
,
TValue
> { key: TKey;
value
: TValue; }