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.

9 lines (8 loc) 227 B
/** * The Grant Type for the API */ export var GrantType; (function (GrantType) { GrantType["AuthorizationCode"] = "authorization_code"; GrantType["RefreshToken"] = "refresh_token"; })(GrantType || (GrantType = {}));