API interfaces and factories for Luxury Escapes
import { API } from "@luxuryescapes/lib-types";
const { result } = (await response.json()) as API.PublicOffer.OffersResult;
Turn the API response into interfaces using https://app.quicktype.io/ and open a PR.
Update the version in package.json as part of your PR and CircleCI will do the rest.