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.

10 lines (9 loc) 211 B
// Website Address Interface export interface WebsiteAddress { /** * Uniform Resource Identifier (max 1000 chars) * @description Website address URI * @example "https://example.com" */ URI?: string; }