Update string to enum for folder structure (#21406)

* Update string to enum

* Remove newly added enum value
This commit is contained in:
Sakshi Sharma
2022-12-14 08:43:17 -08:00
committed by GitHub
parent bc8d4d2f48
commit d0861f01ed
11 changed files with 71 additions and 71 deletions

View File

@@ -135,7 +135,7 @@ declare module 'mssql' {
connectionName?: string;
projectFilePath: string;
targetScripts: string[];
folderStructure: string;
folderStructure: ExtractTarget;
dataSchemaProvider: string;
}