@agility/content-fetch
Version:
JS/TS library for the Agility Fetch API
10 lines (9 loc) • 463 B
TypeScript
import { Config } from "./types/Config";
import { ContentItem } from "./types/ContentItem";
import { ContentList } from "./types/ContentList";
import { Gallery } from "./types/Gallery";
import { Page } from "./types/Page";
import { ApiClientInstance, getApi } from "./api-client";
import { ContentReference } from "./types/ContentReference";
export type { ApiClientInstance, Config, ContentItem, ContentList, ContentReference, Gallery, Page };
export { getApi };