Lint typings (#14488)

This commit is contained in:
Charles Gagnon
2021-03-01 14:42:26 -08:00
committed by GitHub
parent af3373bc4b
commit ff508b1bf4

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

@@ -4694,8 +4694,8 @@ declare module 'azdata' {
}
/**
* @deprecated Use IKernelSpec instead
*/
* @deprecated Use IKernelSpec instead
*/
export interface IKernelInfo {
name: string;
language?: string;