UNPKG

datainout

Version:

Import and reports data

10 lines (7 loc) 381 B
import { ICommandAction } from './ICommandAction.js'; declare class GenerateAction implements ICommandAction { handleAction(schema: string, options: any, ...args: any[]): Promise<void>; genImportTemplate(templatePath: string, sourcePath: string): Promise<void>; genReportTemplate(templatePath: string, sourcePath: string): Promise<void>; } export { GenerateAction };