mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 13:30:28 +00:00
Added a missing type on Question interface (#17094)
This commit is contained in:
Vendored
+5
@@ -1,6 +1,7 @@
|
||||
// Type definitions for Inquirer.js
|
||||
// Project: https://github.com/SBoudrias/Inquirer.js
|
||||
// Definitions by: Qubo <https://github.com/tkQubo>
|
||||
// Parvez <https://github.com/ppathan>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
/// <reference types="rx" />
|
||||
@@ -110,6 +111,10 @@ declare namespace inquirer {
|
||||
* Change the number of lines that will be rendered when using list, rawList, expand or checkbox.
|
||||
*/
|
||||
pageSize?: number;
|
||||
/**
|
||||
* Add a mask when password will entered
|
||||
*/
|
||||
mask?: string;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user