UNPKG
@integration-tools/piece-2solar
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
2Solar integration for Activepieces
@integration-tools/piece-2solar
/
src
/
lib
/
common
/
index.d.ts
12 lines
(11 loc)
•
264 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
export
declare
const
TwoSolarCommon
: {
baseUrl
:
string
;
endpoints
: {
searchPersons
:
string
;
getPerson
:
string
;
createPerson
:
string
;
updatePerson
:
string
;
uploadImages
:
string
;
getPersonV2
:
string
; }; };