Home > @rushstack/heft > IHeftTaskPlugin
IHeftTaskPlugin interface
The interface that Heft task plugins must implement. Task plugins are used to provide the implementation of a specific task.
Signature:
export interface IHeftTaskPlugin<TOptions = void> extends IHeftPlugin<IHeftTaskSession, TOptions>
Extends: IHeftPlugin<IHeftTaskSession, TOptions>