Skip to content

Commit

Permalink
Add description field for choices (DefinitelyTyped#42809)
Browse files Browse the repository at this point in the history
  • Loading branch information
amcasey authored Mar 5, 2020
1 parent 31fc505 commit 48275bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/prompts/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ declare namespace prompts {
title: string;
value: any;
disable?: boolean;
description?: string;
}

interface Options {
Expand Down

0 comments on commit 48275bf

Please sign in to comment.