jobsuche-api-js
Version:
A JavaScript wrapper for the Arbeitsagentur jobs API, allowing developers to easily integrate job search functionality into their applications.
9 lines (8 loc) • 743 B
TypeScript
import { IArbeitsAgenturJobArgsProps, AliasMapping, WorkTime } from "./arbeitsAgenturJobArgsTypes";
import { CaptchaTypes } from "./captcha-types";
import { IOfferCompanyInfo } from "./companyInfo";
import { ICompanyAvatar, ICompanyLogoURL } from "./companyLogo";
import { IJobDetailsV2ResponseProps } from "./jobDetailsResponseV2Types";
import { IJobDetailsV3ResponseProps, ICompanyInfoProps } from "./jobDetailsResponseV3Types";
import { JobSearchResponse, JobOffer } from "./jobSearchResponseTypes";
export type { IArbeitsAgenturJobArgsProps, AliasMapping, WorkTime, CaptchaTypes, IOfferCompanyInfo, ICompanyAvatar, ICompanyLogoURL, IJobDetailsV2ResponseProps, IJobDetailsV3ResponseProps, ICompanyInfoProps, JobSearchResponse, JobOffer, };