UNPKG
@spare-technologies/spare-typescript-sdk
Version:
latest (1.1.4)
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
Spare type script sdk
docs.tryspare.com
spare-technologies/typescript-sdk
@spare-technologies/spare-typescript-sdk
/
dist
/
src
/
Helpers
/
SpProxy.d.ts
7 lines
(6 loc)
•
129 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
class
SpProxy
{
host
:
string
;
port
:
number
;
username
?:
string
|
null
;
password
?:
string
|
null
; }