import type * as Merge from "../../../index"; /** * The payroll being run. */ export type EmployeePayrollRunPayrollRun = string | Merge.hris.PayrollRun;