UNPKG

fastcomments-sdk

Version:

FastComments API Client - A SDK for interacting with the FastComments API

8 lines 519 B
export type * from './generated/src/apis'; export type * from './generated/src/models'; export type { Configuration } from './generated/src/runtime'; export type { LiveEvent, LiveEventType, EventLogEntry, PubSubComment, PubSubVote, FeedPost, UserNotification } from './generated/src/index'; export type * from './sso/types'; export type { SubscribeToChangesResult, SubscribeToChangesConfig } from './live/subscribe-to-changes'; export type { UserFeedConfig } from './live/user-feed'; //# sourceMappingURL=index.d.ts.map