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) 375 B
import type { Preferences, PreferenceOptions, SearchResponse } from '../../../../types/types.js'; import { PreferenceAPI } from '../preference-api.js'; /** * Get All Preferences * @param this - The Preference API * @returns The Preferences */ export declare function getPreferences(this: PreferenceAPI, options?: PreferenceOptions): Promise<SearchResponse<Preferences>>;