Fix DT linting issues (#12290)

This commit is contained in:
Charles Gagnon
2020-09-16 07:59:06 -07:00
committed by GitHub
parent 78de48391d
commit dcc8ef54b9
2 changed files with 3 additions and 3 deletions

4
src/sql/azdata.d.ts vendored
View File

@@ -3305,7 +3305,7 @@ declare module 'azdata' {
categoryValues?: CategoryValue[];
}
export interface DeclarativeTableProperties {
export interface DeclarativeTableProperties extends ComponentProperties {
/**
* @deprecated Use dataValues instead.
*/
@@ -3362,7 +3362,7 @@ declare module 'azdata' {
* Currently this is auto-generated by the framework but can be queried after
* view initialization is completed
*/
readonly editorUri: string
readonly editorUri: string;
/**
* Toggle for whether the editor should be automatically resized or not

View File

@@ -307,7 +307,7 @@ declare module 'azdata' {
}
export interface DeclarativeTableProperties extends ComponentProperties {
export interface DeclarativeTableProperties {
/**
* dataValues will only be used if data is an empty array
*/