UNPKG

@cityssm/worktech-api

Version:

Integrations with the WorkTech (Pearl) work order management system.

3 lines (2 loc) 157 B
import type { mssql } from '@cityssm/mssql-multi-pool'; export declare function lockTable(transaction: mssql.Transaction, tableName: string): Promise<void>;