rdme
Version:
ReadMe's official CLI and GitHub Action.
14 lines (13 loc) • 785 B
TypeScript
import type { PageRequestSchema, PageResponseSchema } from './lib/types/index.js';
export type { CreateUploadStatus, FailedUploadStatus, MarkdownFileScanResultOpts, MigrationStats, PluginHooks, PluginMigrationStats, UpdateUploadStatus, UploadStatus, } from './lib/hooks/exported.js';
export type { ResponseBody } from './lib/readmeAPIFetch.js';
export type { PageMetadata } from './lib/readPage.js';
export type { APIKeyRepresentation, PageRequestSchema, PageResponseSchema, ProjectRepresentation, } from './lib/types/index.js';
/**
* @deprecated use `PageRequestSchema` instead.
*/
export type GuidesRequestRepresentation = PageRequestSchema<'guides'>;
/**
* @deprecated use `PageRequestSchema` instead.
*/
export type GuidesResponseRepresentation = PageResponseSchema<'guides'>;