rdme
Version:
ReadMe's official CLI and GitHub Action.
6 lines (5 loc) • 459 B
TypeScript
import type DocsMigrateCommand from '../commands/docs/migrate.js';
import type DocsUploadCommand from '../commands/docs/upload.js';
import type { GuidesRequestRepresentation } from '../types.js';
import type { PageMetadata } from './readPage.js';
export declare function validateFrontmatter(this: DocsMigrateCommand | DocsUploadCommand, pages: PageMetadata[], promptQuestion: string, outputDir?: string): Promise<PageMetadata<GuidesRequestRepresentation>[]>;