import type * as Merge from "../../../index"; /** * The status of this time off request. * * * `REQUESTED` - REQUESTED * * `APPROVED` - APPROVED * * `DECLINED` - DECLINED * * `CANCELLED` - CANCELLED * * `DELETED` - DELETED */ export type TimeOffStatus = Merge.hris.TimeOffStatusEnum | string;