ProjectTargetPlatform type
Define valores para ProjectTargetPlatform. Os valores possíveis incluem: "SQLDB", "SQLMI", "AzureDbForMySql", "AzureDbForPostgreSql", "MongoDb", "Unknown"
type ProjectTargetPlatform =
| "SQLDB"
| "SQLMI"
| "AzureDbForMySql"
| "AzureDbForPostgreSql"
| "MongoDb"
| "Unknown"