UNPKG

@cityssm/dynamics-gp

Version:

Read only inquiries into Microsoft Dynamics GP using a SQL Server connection.

4 lines (3 loc) 253 B
import { type mssql } from '@cityssm/mssql-multi-pool'; import type { DiamondTaxedProperty } from './types.js'; export default function _getAllTaxedProperties(mssqlConfig: mssql.config, limit?: number, offset?: number): Promise<DiamondTaxedProperty[]>;