UNPKG

quickbooks-api

Version:

A modular TypeScript SDK for seamless integration with Intuit QuickBooks APIs. Provides robust authentication handling and future-ready foundation for accounting, payments, and commerce operations.

7 lines (6 loc) 84 B
/** * The Token Type for the API */ export enum TokenType { Bearer = 'bearer', }