mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-04 19:42:46 +08:00
feat(undertaker): add description to TaskFunctionParams
This commit is contained in:
1
types/undertaker/index.d.ts
vendored
1
types/undertaker/index.d.ts
vendored
@@ -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