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.

8 lines (7 loc) 228 B
import type { Bill } from '../../../types/types.js'; import { BaseQueryBuilder } from '../common/base-query-builder.js'; /** * The Bill Query Builder */ export declare class BillQueryBuilder extends BaseQueryBuilder<Bill> { }