Remove suppressImplicitAnyIndexErrors (#76442)

This commit is contained in:
Christof Marti
2019-07-02 16:37:17 +02:00
parent 41ae43ed74
commit 044a5f9206
5 changed files with 11 additions and 9 deletions

View File

@@ -425,6 +425,8 @@ export type TransferQuickInput = TransferQuickPick | TransferInputBox;
export interface BaseTransferQuickInput {
[key: string]: any;
id: number;
type?: 'quickPick' | 'inputBox';