splitwise
Version:
A TypeScript SDK for the Splitwise API.
9 lines • 441 B
JavaScript
// ---------------------------------------------------------------------------
// Splitwise SDK v2 - Type Definitions
//
// All types use camelCase. The SDK handles conversion to/from the API's
// snake_case at the HTTP boundary. Monetary amounts are strings (e.g. "25.00")
// to match what the Splitwise API returns.
// ---------------------------------------------------------------------------
export {};
//# sourceMappingURL=types.js.map