mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
feat(undertaker): add description to TaskFunctionParams
This commit is contained in:
Vendored
+1
@@ -11,6 +11,7 @@ declare namespace Undertaker {
|
||||
interface TaskFunctionParams {
|
||||
name?: string;
|
||||
displayName?: string;
|
||||
description?: string;
|
||||
}
|
||||
|
||||
interface TaskFunction extends TaskFunctionParams {
|
||||
|
||||
Reference in New Issue
Block a user