/** * constant of policy details * @export * @constant policyData */ export const policyData: any = { "approvalConfirmation": { "requirement": "", "approvalLevel": 0, "escalateAfterDays": 0 }, "forfeitCFLeave": { "value": false, "day": 1, "month": "" }, "allowYearEndClosing": { "value": false, "day": 1, "month": "", "relativeYear": "Next year" }, "applyOnBehalfConfirmation": false, "emailReminder": false, "tenantCompanyId": "" }