Options
Signature
export declare function Options(options: (new () => SubCommand)[]): OptionsDecorator;Private types
OptionsDecoratorTypeAlias
type OptionsDecorator = <T extends { new (...args: any[]): object;}>(target: T) => { new (...args: any[]): { options: SubCommand[] | CommandOption[]; };} & T;Members
This export does not declare public properties or methods in the generated declaration file.