Interface API

interface API {
    absence: AbsenceAPI;
    allowanceType: AllowanceTypeAPI;
    department: DepartmentAPI;
    location: LocationAPI;
    reason: ReasonAPI;
    team: TeamAPI;
    timespan: TimespanAPI;
    user: UserAPI;
}

Properties

absence: AbsenceAPI
allowanceType: AllowanceTypeAPI
department: DepartmentAPI
location: LocationAPI
reason: ReasonAPI
team: TeamAPI
timespan: TimespanAPI
user: UserAPI

Generated using TypeDoc