Options for the FoundTasks function, extending Core.Decorators.Types.Descriptable.

Options

interface Options {
    args?: Core.Decorators.Types.Property.Property[];
    description: string;
    name: string;
}

Hierarchy

Properties

description: string
name: string

Generated using TypeDoc