UNPKG

@cityssm/dynamics-gp

Version:

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

4 lines (3 loc) 222 B
import { type mssql } from '@cityssm/mssql-multi-pool'; import type { GPVendor } from './types.js'; export default function _getVendorByVendorId(mssqlConfig: mssql.config, vendorId: string): Promise<GPVendor | undefined>;