mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-01 17:23:35 -05:00
Add more areas to strict null (#7243)
* add more areas to strict null * fix compile errors * fix tests * fix checks * address PR comments
This commit is contained in:
2
src/sql/azdata.proposed.d.ts
vendored
2
src/sql/azdata.proposed.d.ts
vendored
@@ -67,7 +67,7 @@ declare module 'azdata' {
|
||||
}
|
||||
|
||||
export interface SerializeDataResult {
|
||||
messages: string;
|
||||
messages?: string;
|
||||
succeeded: boolean;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user