UNPKG
splitwise-sdk
Version:
latest (2.0.0)
2.0.0
1.6.0
1.5.1
1.5.0
1.4.4
1.1.0
Splitwise API SDK for Node.js
github.com/DasULTRAS/splitwise-sdk
DasULTRAS/splitwise-sdk
splitwise-sdk
/
dist
/
types
/
SplitwiseOptions.d.ts
8 lines
(7 loc)
•
200 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
default
interface
SplitwiseOptions
{
consumerKey
?:
string
;
consumerSecret
?:
string
;
accessToken
?:
string
;
logger
?:
(
message
:
string
) =>
void
;
logLevel
?:
"info"
|
"error"
; }