mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-07 18:50:14 +00:00
feat(undertaker): add missing task flags
This commit is contained in:
5
types/undertaker/index.d.ts
vendored
5
types/undertaker/index.d.ts
vendored
@@ -12,6 +12,11 @@ declare namespace Undertaker {
|
||||
name?: string;
|
||||
displayName?: string;
|
||||
description?: string;
|
||||
flags?: TaskFlags;
|
||||
}
|
||||
|
||||
interface TaskFlags {
|
||||
[arg: string]: string;
|
||||
}
|
||||
|
||||
interface TaskFunction extends TaskFunctionParams {
|
||||
|
||||
Reference in New Issue
Block a user