UNPKG

223 BTypeScriptView Raw
1import { Command } from "../cli/command";
2import { BaseGenerateArguments } from "./generate";
3export declare type ValidateArguments = BaseGenerateArguments;
4export declare const validateCmd: Command<ValidateArguments>;