UNPKG

180 BTypeScriptView Raw
1import Command from '@oclif/command';
2export default abstract class CommandBase extends Command {
3 protected generate(type: string, generatorOptions?: object): Promise<void>;
4}