import { SchematicArgv } from '../schematic-argv';
/**
 * The interface describes the possible parameters for generating the API entity,
 * the generator can be called by the command below
 *
 * ```bash
 * ng g @ng-doc/builder:api
 * ```
 *
 */
export type NgDocBuildApiSchema = SchematicArgv;
