wfm-mobile-core
Version:
WFM Mobile Core
17 lines (16 loc) • 527 B
TypeScript
export declare enum ResourceLink {
ADDRESSES = "addresses",
EMPLOYEE = "userEmployee",
EMPLOYEE_POSITIONS = "employeePositions",
GENERAL_EXCHANGE_VIEW = "getGeneralExchangeView",
ORG_UNIT = "orgUnit",
ORG_UNITS = "orgUnits",
PERIODICITY_NAMES = "periodicityNames",
PHONES = "phones",
POSITIONS = "positions",
ROSTERS = "rosters",
SCHEDULE_REQUEST_ALIASES = "scheduleRequestAliases",
SCHEDULE_REQUESTS = "scheduleRequests",
SHIFTS = "shifts",
USER_SHIFTS = "userShifts"
}