UNPKG

@cityssm/dynamics-gp

Version:

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

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