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 (7 loc) 225 B
// Imports import type { Bill } from '../../../types/types'; import { BaseQueryBuilder } from '../common/base-query-builder'; /** * The Bill Query Builder */ export class BillQueryBuilder extends BaseQueryBuilder<Bill> {}