UNPKG

rdme

Version:

ReadMe's official CLI and GitHub Action.

5 lines (4 loc) 466 B
export type { APIKeyRepresentation, GuidesRequestRepresentation, GuidesResponseRepresentation, ProjectRepresentation, } from './lib/types/index.js'; export type { PageMetadata } from './lib/readPage.js'; export type { MarkdownFileScanResultOpts, MigrationStats, PluginHooks, PluginMigrationStats, FailedUploadStatus, CreateUploadStatus, UpdateUploadStatus, UploadStatus, } from './lib/hooks/exported.js'; export type { ResponseBody } from './lib/readmeAPIFetch.js';