Fix filtering for resource viewer (#13141)

This commit is contained in:
Charles Gagnon
2020-10-29 17:47:17 -07:00
committed by GitHub
parent d450588e39
commit 7857e8aeb9
4 changed files with 20 additions and 21 deletions

View File

@@ -238,7 +238,7 @@ declare module 'azdata' {
/**
* The other properties that will be displayed in the grid columns
*/
fieldValues: { [key: string]: string | DataGridHyperlinkInfo }
[key: string]: string | DataGridHyperlinkInfo;
}
/**