UNPKG

@cityssm/dynamics-gp

Version:

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

5 lines (4 loc) 265 B
import { type mssql } from '@cityssm/mssql-multi-pool'; import type { GPInvoiceDocumentType } from './types.js'; export declare function _getInvoiceDocumentTypes(mssqlConfig: mssql.config): Promise<GPInvoiceDocumentType[]>; export default _getInvoiceDocumentTypes;