@trophyso/node
Version:
NodeJS SDK for the Trophy API
8 lines (7 loc) • 384 B
TypeScript
export * as TrophyApi from "./api";
export type { BaseClientOptions, BaseRequestOptions } from "./BaseClient";
export { TrophyApiClient } from "./Client";
export { TrophyApiEnvironment, type TrophyApiEnvironmentUrls } from "./environments";
export { TrophyApiError, TrophyApiTimeoutError } from "./errors";
export * from "./exports";
export * as serialization from "./serialization";