import type * as Merge from "../../../index"; /** * The type of earning. * * * `SALARY` - SALARY * * `REIMBURSEMENT` - REIMBURSEMENT * * `OVERTIME` - OVERTIME * * `BONUS` - BONUS */ export type EarningType = Merge.hris.EarningTypeEnum | string;