UNPKG

@cityssm/worktech-api

Version:

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

9 lines (8 loc) 317 B
import { type mssql } from '@cityssm/mssql-multi-pool'; import type { TimeCode } from './types.js'; /** * Retrieves available time codes. * @param mssqlConfig - SQL Server configuration. * @returns The available time codes. */ export declare function getTimeCodes(mssqlConfig: mssql.config): Promise<TimeCode[]>;