UNPKG

@cityssm/dynamics-gp

Version:

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

5 lines (4 loc) 285 B
import { type mssql } from '@cityssm/mssql-multi-pool'; import type { GPCustomer } from './types.js'; export declare function _getCustomerByCustomerNumber(mssqlConfig: mssql.config, customerNumber: string): Promise<GPCustomer | undefined>; export default _getCustomerByCustomerNumber;