Remove edit under vs directory from previous commit (#2154)

This commit is contained in:
Karl Burtram
2018-08-06 15:32:15 -04:00
committed by GitHub
parent 21b913845f
commit 8a01553c49
2 changed files with 3 additions and 7 deletions

View File

@@ -54,7 +54,7 @@ export interface OpenDialogOptions {
message?: string;
}
export class FileFilter {
export interface FileFilter {
extensions: string[];
name: string;
}