Interface API

interface API {
    employees: EmployeesAPI;
    timeOff: TimeOffAPI;
}

Properties

Properties

employees: EmployeesAPI
timeOff: TimeOffAPI