UNPKG

@cityssm/dynamics-gp

Version:

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

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