mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-15 10:58:31 -05:00
Fix filtering for resource viewer (#13141)
This commit is contained in:
2
src/sql/azdata.proposed.d.ts
vendored
2
src/sql/azdata.proposed.d.ts
vendored
@@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user