GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

Options

API/Functions/Options
seyfert/lib/commands/decorators.d.ts

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.